mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
WEB: Disable Smarty caching
This commit is contained in:
@@ -31,6 +31,7 @@ class Controller
|
||||
/* Configure smarty. */
|
||||
$this->smarty->setCompileDir(SMARTY_DIR_COMPILE);
|
||||
$this->smarty->setCacheDir(SMARTY_DIR_CACHE);
|
||||
$this->smarty->setCaching(Smarty::CACHING_OFF);
|
||||
$this->smarty->setTemplateDir(array("templates_$lang", 'templates'));
|
||||
$this->smarty->compile_id = $lang;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user