mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme.
This commit is contained in:
@@ -3457,6 +3457,11 @@ class e_parse
|
||||
$this->scriptAccess = $val;
|
||||
}
|
||||
|
||||
public function setScriptAttibutes($arr)
|
||||
{
|
||||
$this->scriptAttributes = (array) $arr;
|
||||
}
|
||||
|
||||
public function getAllowedTags()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user