Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -993,9 +993,8 @@ |
994 | 994 | |
995 | 995 | if ( $title ) { |
996 | 996 | $article = new Article_LQT_Compat( $title ); |
| 997 | + self::$articleCacheById[$this->articleId] = $article; |
997 | 998 | } |
998 | | - |
999 | | - self::$articleCacheById[$this->articleId] = $article; |
1000 | 999 | } |
1001 | 1000 | |
1002 | 1001 | if ( isset( $article ) && $article->exists() ) { |