1
1
Fork 0

insidious set_config bug

This commit is contained in:
Zach Prezkuta 2013-01-18 23:38:49 -07:00
commit bf26af5ac6
4 changed files with 26 additions and 9 deletions

View file

@ -58,9 +58,9 @@ if(!$install) {
require_once("include/session.php");
load_hooks();
call_hooks('init_1');
}
$maintenance = get_config('system', 'maintenance');
$maintenance = get_config('system', 'maintenance');
}
/**
@ -141,6 +141,7 @@ if($install)
elseif($maintenance)
$a->module = 'maintenance';
else {
check_url($a);
check_db();
check_plugins($a);
}