diff options
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2221,7 +2221,7 @@ function construct_page(&$a) { $installing = false; - if($a->module == 'install') + if($a->module == 'setup') $installing = true; else nav($a); |