mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-05-07 02:27:42 +02: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