Ignore:
Timestamp:
Apr 4, 2011, 12:28:50 AM (13 years ago)
Author:
patdenice
Message:

Display missing extension before major upgrade

File:
1 edited

Legend:

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

    r9735 r10028  
    115115    autoupdate_upgrade_to($_POST['upgrade_to'], $step);
    116116  }
     117
     118  include_once(AUTOUPDATE_PATH.'include/autoupdate.class.php');
     119  $autoupdate = new autoupdate();
     120  $autoupdate->get_server_extensions($upgrade_to);
     121  $template->assign('missing', $autoupdate->missing);
    117122}
    118123
Note: See TracChangeset for help on using the changeset viewer.