check plugins in separate function

This commit is contained in:
Zach Prezkuta 2013-01-14 20:31:32 -07:00
parent 2a8e5032e0
commit 6d77237f06
2 changed files with 17 additions and 6 deletions

View file

@ -140,8 +140,11 @@ if($install)
$a->module = 'install';
elseif($maintenance)
$a->module = 'maintenance';
else
else {
proc_run('php', 'include/dbupdate.php');
check_plugins($a);
//check_config($a);
}
nav_set_selected('nothing');