From: fabrixxm Date: Wed, 8 May 2013 08:34:30 +0000 (+0300) Subject: fix smarty3 folder not writable message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2da4f8268e74240212c557d3458a744f997c2eff;p=friendica.git fix smarty3 folder not writable message --- diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index 021feea2ac..b516926754 100644 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -48,7 +48,7 @@ class FriendicaSmartyEngine implements ITemplateEngine { public function __construct(){ if(!is_writable('view/smarty3/')){ - echo "ERROR: folder view/tpl/smarty3/ must be writable by webserver."; killme(); + echo "ERROR: folder view/smarty3/ must be writable by webserver."; killme(); } }