From 97f63d006687959927f2a2db5c950124898cf72c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 May 2013 20:28:22 -0700 Subject: [PATCH] install issues --- boot.php | 2 +- include/friendica_smarty.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index d496670d4..4e34c6561 100755 --- a/boot.php +++ b/boot.php @@ -2221,7 +2221,7 @@ function construct_page(&$a) { $installing = false; - if($a->module == 'install') + if($a->module == 'setup') $installing = true; else nav($a); diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index 97d3b083b..d242a6a42 100755 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -52,7 +52,7 @@ class FriendicaSmartyEngine implements ITemplateEngine { $basecompiledir = $a->config['system']['smarty3_folder']; if (!$basecompiledir) $basecompiledir = dirname(__dir__)."/view/tpl/smarty3"; if (!is_dir($basecompiledir)) { - echo "ERROR: folder $basecompiledirdoes not exist."; killme(); + echo "ERROR: folder $basecompiledir does not exist."; killme(); } if(!is_writable($basecompiledir)){ echo "ERROR: folder $basecompiledir must be writable by webserver."; killme();