]> git.mxchange.org Git - friendica.git/commitdiff
fix smarty3 folder not writable message
authorfabrixxm <fabrix.xm@gmail.com>
Wed, 8 May 2013 08:34:30 +0000 (11:34 +0300)
committerfabrixxm <fabrix.xm@gmail.com>
Wed, 8 May 2013 08:34:30 +0000 (11:34 +0300)
include/friendica_smarty.php

index 021feea2ac3b9cb726acf1e5652d048dfeaaee2c..b5169267545b9f53ca3dc300e5ad850e4c57bea9 100644 (file)
@@ -48,7 +48,7 @@ class FriendicaSmartyEngine implements ITemplateEngine {
        
     public function __construct(){
                if(!is_writable('view/smarty3/')){
-                       echo "<b>ERROR:</b> folder <tt>view/tpl/smarty3/</tt> must be writable by webserver."; killme();
+                       echo "<b>ERROR:</b> folder <tt>view/smarty3/</tt> must be writable by webserver."; killme();
                }
        }