Show
Ignore:
Timestamp:
04/04/11 01:15:59 (2 years ago)
Author:
patdenice
Message:

Display missing extension before major upgrade

Files:
1 modified

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