Skip to content

Commit

Permalink
Disable Smarty force_compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranco committed Oct 19, 2017
1 parent a6f1b31 commit 9542470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/cview.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private function init()

// Set to true for debug or dev purpose only
$this->debugging = false;
$this->force_compile = true;
$this->force_compile = false;

$this->template_dir = VIEW_DIR;
$this->compile_dir = VIEW_CACHE_DIR;
Expand Down

0 comments on commit 9542470

Please sign in to comment.