Changeset 2736:09dd799a19bd for plugins/dcLegacyEditor
- Timestamp:
- 08/25/14 09:20:20 (11 years ago)
- Branch:
- default
- Location:
- plugins/dcLegacyEditor
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r2681 r2736 15 15 protected static $p_url = 'index.php?pf=dcLegacyEditor'; 16 16 17 public static function adminPostEditor($editor ='') {18 17 public static function adminPostEditor($editor) { 18 global $core; 19 19 20 if (!$core->auth->getOption('editor') || $core->auth->getOption('editor')!='dcLegacyEditor') {return;} 20 if ($editor!='dcLegacyEditor') { 21 return; 22 } 21 23 22 24 return
Note: See TracChangeset
for help on using the changeset viewer.