From baac242c54d27946fcee0574c9a956e8aeb34c1c Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 4 Mar 2015 12:12:03 -0500 Subject: [PATCH] Replace imgmap with mapping plugin - refs BT#8979 --- .../CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php b/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php index 3ae3a886a3..c7ae0a890f 100644 --- a/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php +++ b/src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php @@ -57,7 +57,6 @@ class Basic extends Toolbar if (api_get_setting('enabled_googlemaps') == 'true') { $plugins[] = 'leaflet'; - $plugins[] = 'mapping'; } if (api_get_setting('math_asciimathML') == 'true') { @@ -75,7 +74,7 @@ class Basic extends Toolbar } if (api_get_setting('enabled_imgmap') == 'true') { - // Commercial plugin + $plugins[] = 'mapping'; } if (api_get_setting('block_copy_paste_for_students') == 'true') {