Changeset 2761:6b76144ca48b for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 10/26/14 10:10:53 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r2751 r2761 13 13 if (!defined('DC_CONTEXT_ADMIN')) { return; } 14 14 header('Content-type: text/javascript'); 15 if (!empty($_GET['context'])) { 16 $context = $_GET['context']; 17 } else { 18 $context = ''; 19 } 15 20 $__extraPlugins = new ArrayObject(); 16 $core->callBehavior('ckeditorExtraPlugins',$__extraPlugins );21 $core->callBehavior('ckeditorExtraPlugins',$__extraPlugins,$context); 17 22 $extraPlugins = $__extraPlugins->getArrayCopy(); 18 23 ?>
Note: See TracChangeset
for help on using the changeset viewer.