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

@ -19,7 +19,7 @@ function dbupdate_run(&$argv, &$argc) {
load_config('config');
load_config('system');
check_config($a);
update_db($a);
}
if (array_search(__file__,get_included_files())===0){