Revert the change, unneeded

This commit is contained in:
DariusIII
2016-05-13 23:39:22 +02:00
parent caa8f24afb
commit 6588acc2fd
+1 -1
View File
@@ -127,7 +127,7 @@ class Update extends \app\extensions\console\Command
$smarty = new SmartyBC();
$smarty->setCompileDir(NN_RES . DS . 'smarty' . DS . 'templates_c/');
$cleared = $smarty->clear_compiled_tpl();
if ($cleared > 0) {
if ($cleared) {
$this->out('The Smarty compiled template cache has been cleaned for you', 'primary');
} else {
$this->out('You should clear your Smarty compiled template cache at: ' .