X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffriendica_smarty.php;h=b5169267545b9f53ca3dc300e5ad850e4c57bea9;hb=58aeb1879b3fa0b3b1d0757d7c66c2a193dc70f7;hp=021feea2ac3b9cb726acf1e5652d048dfeaaee2c;hpb=1e3455d71a53fc174034b5665e7687c5b938052b;p=friendica.git 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(); } }