Changeset 1853
- Timestamp:
- 2008-03-31 12:17:42 (5 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/FCKeditor.body.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditor.body.php
r1840 r1853 71 71 $wgHooks['EditPageBeforePreviewText'][] = array($this, 'onEditPageBeforePreviewText'); 72 72 $wgHooks['EditPagePreviewTextEnd'][] = array($this, 'onEditPagePreviewTextEnd'); 73 $wgHooks['CustomEditor'] = array($this, 'onCustomEditor');73 $wgHooks['CustomEditor'][] = array($this, 'onCustomEditor'); 74 74 75 75 if ($this->debug) {