mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
better plugins install/update process
This commit is contained in:
@@ -201,7 +201,7 @@ define('ADMIN_PATH', rtrim($config['siteurl'], '/') . '/admin/index.php');
|
||||
|
||||
|
||||
//no tpl caching in dev stage
|
||||
if (defined('DEV_STAGE'))
|
||||
if (defined('DEV_STAGE') || defined('STOP_TPL_CACHE'))
|
||||
{
|
||||
$tpl->caching = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user