1
0
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:
Cameron
2018-08-13 17:42:06 -07:00
parent a2e082c75d
commit 66210474bd
4 changed files with 170 additions and 10 deletions

View File

@@ -4315,7 +4315,7 @@ class e_parser
}
elseif($icon[0] === '{')
{
$path = $this->replaceConstants($icon,'full');
$path = $this->replaceConstants($icon,'abs');
}
elseif(!empty($parm['legacy']))
{