Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -753,7 +753,7 @@ |
754 | 754 | wfProfileOut( $fname ); |
755 | 755 | return self::AS_SPAM_ERROR; |
756 | 756 | } |
757 | | - if ( $wgFilterCallback && $wgFilterCallback( $this->mTitle, $this->textbox1, $this->section, &$this->hookError, $this->summary ) ) { |
| 757 | + if ( $wgFilterCallback && $wgFilterCallback( $this->mTitle, $this->textbox1, $this->section, $this->hookError, $this->summary ) ) { |
758 | 758 | # Error messages or other handling should be performed by the filter function |
759 | 759 | wfProfileOut( "$fname-checks" ); |
760 | 760 | wfProfileOut( $fname ); |