mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Disable JS/CSS Cache in menu-manager.
This commit is contained in:
@@ -1354,6 +1354,12 @@ class e_jsmanager
|
||||
return false;
|
||||
}
|
||||
|
||||
if(e_REQUEST_HTTP == e_ADMIN_ABS."menus.php") // disabled in menu-manager.
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
$localPath = e107::getParser()->replaceConstants($path);
|
||||
$this->_cache_list[$type][] = $localPath;
|
||||
|
||||
|
Reference in New Issue
Block a user