From a2923f5928614134b660367c23530f040286ed4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Miko=C5=82ajczuk?= Date: Thu, 19 Mar 2015 12:55:23 +0100 Subject: [PATCH] [CS-5720] Fix Insert/edit internal link --- .../Newscoop/ZendBridgeBundle/Controller/BridgeController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/newscoop/src/Newscoop/ZendBridgeBundle/Controller/BridgeController.php b/newscoop/src/Newscoop/ZendBridgeBundle/Controller/BridgeController.php index eadec933a6..2ed7d6d682 100644 --- a/newscoop/src/Newscoop/ZendBridgeBundle/Controller/BridgeController.php +++ b/newscoop/src/Newscoop/ZendBridgeBundle/Controller/BridgeController.php @@ -23,6 +23,7 @@ public function indexAction(Request $request) 'js/tinymce/plugins/campsiteimage/images.php', 'js/tinymce/plugins/campsiteattachment/popup.php', 'js/tinymce/plugins/campsiteattachment/attachments.php', + 'js/tinymce/plugins/campsiteinternallink/link.php', 'bin/events-notifier', 'bin/newscoop-autopublish', 'bin/newscoop-indexer',