Ignore:
Timestamp:
Apr 4, 2011, 4:09:03 PM (13 years ago)
Author:
patdenice
Message:

Don't deactivate autoupdate when update itself.
Check merged extensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/update_pwg.inc.php

    r10028 r10037  
    118118  include_once(AUTOUPDATE_PATH.'include/autoupdate.class.php');
    119119  $autoupdate = new autoupdate();
     120  $autoupdate->get_merged_extensions($upgrade_to);
    120121  $autoupdate->get_server_extensions($upgrade_to);
    121122  $template->assign('missing', $autoupdate->missing);
Note: See TracChangeset for help on using the changeset viewer.