Ignore:
Timestamp:
Apr 4, 2011, 1:15:59 AM (13 years ago)
Author:
patdenice
Message:

Display missing extension before major upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/branches/2.0/autoupdate.php

    r9623 r10029  
    120120    autoupdate_upgrade_to($_POST['upgrade_to'], $step);
    121121  }
     122
     123  include_once(AUTOUPDATE_PATH.'include/autoupdate.class.php');
     124  $autoupdate = new autoupdate();
     125  $autoupdate->get_server_extensions($upgrade_to);
     126  $template->assign('missing', $autoupdate->missing);
    122127}
    123128
Note: See TracChangeset for help on using the changeset viewer.