r61843 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61842‎ | r61843 | r61844 >
Date:01:31, 2 February 2010
Author:werdna
Status:ok
Tags:
Comment:
Fix PHP notice
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Thread.php
@@ -993,9 +993,8 @@
994994
995995 if ( $title ) {
996996 $article = new Article_LQT_Compat( $title );
 997+ self::$articleCacheById[$this->articleId] = $article;
997998 }
998 -
999 - self::$articleCacheById[$this->articleId] = $article;
1000999 }
10011000
10021001 if ( isset( $article ) && $article->exists() ) {

Status & tagging log