Changeset 9712 for extensions/autoupdate/trunk/main.inc.php
- Timestamp:
- Mar 15, 2011, 8:25:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/autoupdate/trunk/main.inc.php
r9710 r9712 28 28 function check_for_auto_upgrade($plugin_menu_links) 29 29 { 30 global $template, $page, $conf, $header_notes, $prefixeTable; 31 32 load_language('plugin.lang', dirname(__FILE__).'/'); 30 global $template, $page, $header_notes; 33 31 34 32 if ($page['page'] == 'intro') … … 44 42 or $_SESSION['need_update'] !== false or $_SESSION['extensions_need_update'] !== array()) 45 43 { 44 load_language('plugin.lang', dirname(__FILE__).'/'); 46 45 $template->set_filename('autoupdate_head', realpath(AUTOUPDATE_PATH.'template/head.tpl')); 47 46 array_push($header_notes, $template->parse('autoupdate_head', true));
Note: See TracChangeset
for help on using the changeset viewer.