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