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.