mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
MediaPicker Select JS rewrite.
toIcon() fallback set to 'abs' URLs instead of 'full' URLs. Fix for double-entry of mediapicker into TinyMce.
This commit is contained in:
@@ -4315,7 +4315,7 @@ class e_parser
|
||||
}
|
||||
elseif($icon[0] === '{')
|
||||
{
|
||||
$path = $this->replaceConstants($icon,'full');
|
||||
$path = $this->replaceConstants($icon,'abs');
|
||||
}
|
||||
elseif(!empty($parm['legacy']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user