fix smarty3 folder not writable message

This commit is contained in:
fabrixxm 2013-05-08 11:34:30 +03:00
parent 1e3455d71a
commit 2da4f8268e
1 changed files with 1 additions and 1 deletions

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