Changes in plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php [2614:db6f6a1f4f25:2681:0d5aeefe7bd8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r2614 r2681 15 15 protected static $p_url = 'index.php?pf=dcLegacyEditor'; 16 16 17 public static function adminPostEditor() { 17 public static function adminPostEditor($editor='') { 18 global $core; 19 20 if (!$core->auth->getOption('editor') || $core->auth->getOption('editor')!='dcLegacyEditor') {return;} 21 18 22 return 19 23 self::jsToolBar().
Note: See TracChangeset
for help on using the changeset viewer.