From: daniel Date: Mon, 23 Apr 2012 12:28:13 +0000 (+0200) Subject: added todo X-Git-Tag: 1.31.0-rc.0~22097^2^2~221 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=e67788c74de2106fecdcbb7d88999f672cb8f4f6;p=lhc%2Fweb%2Fwiklou.git added todo --- 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()