From: Rob Church Date: Wed, 15 Aug 2007 22:59:38 +0000 (+0000) Subject: whitespace X-Git-Tag: 1.31.0-rc.0~51747 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=bc993b4e562e08efceeac50ed753a1c0ca1a2061;p=lhc%2Fweb%2Fwiklou.git whitespace --- diff --git a/includes/Article.php b/includes/Article.php index c2163ec7c0..6960b0c127 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1254,7 +1254,7 @@ class Article { } $extraq = ''; // Give extensions a chance to modify URL query on update - wfRunHooks( 'ArticleUpdateBeforeRedirect', array($this,&$sectionanchor,&$extraq) ); + wfRunHooks( 'ArticleUpdateBeforeRedirect', array( $this, &$sectionanchor, &$extraq ) ); $this->doRedirect( $this->isRedirect( $text ), $sectionanchor, $extraq ); }