Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -970,7 +970,7 @@ |
971 | 971 | $oldtext = $this->mArticle->getContent(); |
972 | 972 | |
973 | 973 | // Run post-section-merge edit filter |
974 | | - if ( !wfRunHooks( 'EditFilterMerged', array( $this, $text, &$this->hookError, $this->summary ) ) ) { |
| 974 | + if ( !wfRunHooks( 'EditFilterMerged', array( &$this, $text, &$this->hookError, $this->summary ) ) ) { |
975 | 975 | # Error messages etc. could be handled within the hook... |
976 | 976 | wfProfileOut( $fname ); |
977 | 977 | return self::AS_HOOK_ERROR; |