mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 19:00:26 +02:00
Fixes #1646 - Never cache TinyMce configuration.
This commit is contained in:
@@ -1416,7 +1416,7 @@ class e_jsmanager
|
||||
*/
|
||||
private function addCache($type,$path)
|
||||
{
|
||||
if($this->_cache_enabled != true || $this->isInAdmin() || substr($path,0,2) == '//' )
|
||||
if($this->_cache_enabled != true || $this->isInAdmin() || substr($path,0,2) == '//' || strpos($path, 'wysiwyg.php')!==false )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user