Index: trunk/phase3/includes/Article.php |
— | — | @@ -539,7 +539,7 @@ |
540 | 540 | $this->mContentLoaded = true; |
541 | 541 | $this->mRevision =& $revision; |
542 | 542 | |
543 | | - wfRunHooks( 'ArticleAfterFetchContent', array( &$this, &$this->mContent ) ) ; |
| 543 | + wfRunHooks( 'ArticleAfterFetchContent', array( &$this, &$this->mContent ) ); |
544 | 544 | |
545 | 545 | return $this->mContent; |
546 | 546 | } |