aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-15 20:28:22 -0700
committerfriendica <info@friendica.com>2013-05-15 20:28:22 -0700
commit97f63d006687959927f2a2db5c950124898cf72c (patch)
tree7e864807cbd90839d01d787ed5aaee9e9b6308cc /include
parent048983b4be85f490c03f9246bbd58cf94e518e5a (diff)
downloadvolse-hubzilla-97f63d006687959927f2a2db5c950124898cf72c.tar.gz
volse-hubzilla-97f63d006687959927f2a2db5c950124898cf72c.tar.bz2
volse-hubzilla-97f63d006687959927f2a2db5c950124898cf72c.zip
install issues
Diffstat (limited to 'include')
-rwxr-xr-xinclude/friendica_smarty.php2
1 files changed, 1 insertions, 1 deletions
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 "<b>ERROR:</b> folder <tt>$basecompiledir</tt>does not exist."; killme();
+ echo "<b>ERROR:</b> folder <tt>$basecompiledir</tt> does not exist."; killme();
}
if(!is_writable($basecompiledir)){
echo "<b>ERROR:</b> folder <tt>$basecompiledir</tt> must be writable by webserver."; killme();