1
0
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:
Cameron
2016-02-06 20:24:17 -08:00
parent 30b288c338
commit b182f463cb

View File

@@ -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;