mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Revert the change, unneeded
This commit is contained in:
@@ -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: ' .
|
||||
|
||||
Reference in New Issue
Block a user