From e7d77ad5f35fd3ceef7f813760c628d98e3945dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 30 Jun 2010 07:42:07 +0000 Subject: [PATCH] Extra whitespace which annoys me --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 25511b1baa..3e6b01927e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -539,7 +539,7 @@ class Article { $this->mContentLoaded = true; $this->mRevision =& $revision; - wfRunHooks( 'ArticleAfterFetchContent', array( &$this, &$this->mContent ) ) ; + wfRunHooks( 'ArticleAfterFetchContent', array( &$this, &$this->mContent ) ); return $this->mContent; } -- 2.20.1