fix smarty3 folder not writable message

pull/674/merge
fabrixxm 10 years ago
parent 1e3455d71a
commit 2da4f8268e

@ -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();
}
}

Loading…
Cancel
Save