Changeset 1853

Show
Ignore:
Timestamp:
2008-03-31 12:17:42 (5 months ago)
Author:
wwalc
Message:

corrected registering CustomEditor hook in registerHooks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/FCKeditor.body.php

    r1840 r1853  
    7171                $wgHooks['EditPageBeforePreviewText'][]         = array($this, 'onEditPageBeforePreviewText'); 
    7272                $wgHooks['EditPagePreviewTextEnd'][]            = array($this, 'onEditPagePreviewTextEnd'); 
    73                 $wgHooks['CustomEditor']                        = array($this, 'onCustomEditor'); 
     73                $wgHooks['CustomEditor'][]                      = array($this, 'onCustomEditor'); 
    7474 
    7575                if ($this->debug) {