aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-15 02:21:29 -0700
committerfriendica <info@friendica.com>2013-05-15 02:21:29 -0700
commit8073e327ca2b67e7288edb5a60e729538bc1cf32 (patch)
treef319877c6d0b316fce4c0dec1a5eb1e479c06e8b /include
parent427b9787d07c729c11d61eb17221cbf7671fcbde (diff)
parentbbca8a906a80294275d397a29c2f89f1f9e4beff (diff)
downloadvolse-hubzilla-8073e327ca2b67e7288edb5a60e729538bc1cf32.tar.gz
volse-hubzilla-8073e327ca2b67e7288edb5a60e729538bc1cf32.tar.bz2
volse-hubzilla-8073e327ca2b67e7288edb5a60e729538bc1cf32.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rwxr-xr-xinclude/friendica_smarty.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php
index ec0748600..97d3b083b 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 exixst."; 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();
@@ -86,4 +86,4 @@ class FriendicaSmartyEngine implements ITemplateEngine {
}
return "";
}
-} \ No newline at end of file
+}