Changeset 2681:0d5aeefe7bd8
- Timestamp:
- 03/09/14 11:02:01 (12 years ago)
- Branch:
- default
- Files:
-
- 2 edited
-
admin/post.php (modified) (1 diff)
-
plugins/dcLegacyEditor/inc/dc.legacy.editor.behaviors.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r2679 r2681 379 379 dcPage::jsMetaEditor(). 380 380 dcPage::jsLoad('js/_post.js'). 381 $core->callBehavior('adminPostEditor' ,$editor).381 $core->callBehavior('adminPostEditor'). 382 382 dcPage::jsConfirmClose('entry-form','comment-form'). 383 383 # --BEHAVIOR-- adminPostHeaders -
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.
