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