diff options
author | friendica <info@friendica.com> | 2013-05-15 20:28:22 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-15 20:28:22 -0700 |
commit | 97f63d006687959927f2a2db5c950124898cf72c (patch) | |
tree | 7e864807cbd90839d01d787ed5aaee9e9b6308cc /boot.php | |
parent | 048983b4be85f490c03f9246bbd58cf94e518e5a (diff) | |
download | volse-hubzilla-97f63d006687959927f2a2db5c950124898cf72c.tar.gz volse-hubzilla-97f63d006687959927f2a2db5c950124898cf72c.tar.bz2 volse-hubzilla-97f63d006687959927f2a2db5c950124898cf72c.zip |
install issues
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); |