Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php
r2679 r2681 15 15 protected static $p_url = 'index.php?pf=dcLegacyEditor'; 16 16 17 public static function adminPostEditor($editor) { 18 if ($editor!='dcLegacyEditor') {return;} 17 public static function adminPostEditor($editor='') { 18 global $core; 19 20 if (!$core->auth->getOption('editor') || $core->auth->getOption('editor')!='dcLegacyEditor') {return;} 19 21 20 22 return
Note: See TracChangeset
for help on using the changeset viewer.