From e67788c74de2106fecdcbb7d88999f672cb8f4f6 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 23 Apr 2012 14:28:13 +0200 Subject: [PATCH] added todo --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 6653b53d35..a2cbf4312d 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -371,7 +371,7 @@ class Article extends Page { # fails we'll have something telling us what we intended. $t = $this->getTitle()->getPrefixedText(); $d = $oldid ? wfMsgExt( 'missingarticle-rev', array( 'escape' ), $oldid ) : ''; - $this->mContentObject = new MessageContent( 'missing-article', array($t, $d), array() ) ; + $this->mContentObject = new MessageContent( 'missing-article', array($t, $d), array() ) ; // @todo: this isn't page content but a UI message. horrible. if ( $oldid ) { # $this->mRevision might already be fetched by getOldIDFromRequest() -- 2.20.1