Ignore:
Timestamp:
Jan 17, 2010, 11:54:23 PM (14 years ago)
Author:
patdenice
Message:

[Plugin][Piwigo Auto Upgrade]
Check upgrade with ajax (avoid timeout)
Check also plugins upgrades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/main.inc.php

    r3604 r4699  
    1616{
    1717  global $template, $page, $conf, $header_notes;
    18   if ($page['page'] == 'intro') include(dirname(__FILE__).'/autoupdate.php');
     18
     19  if ($page['page'] == 'intro')
     20  {
     21    include(dirname(__FILE__).'/autoupdate.php');
     22  }
     23
    1924  return $plugin_menu_links;
    2025}
Note: See TracChangeset for help on using the changeset viewer.