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