r53248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53247‎ | r53248 | r53249 >
Date:17:40, 14 July 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix fatal
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/LqtThread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/LqtThread.php
@@ -485,7 +485,7 @@
486486 $articleTitle = $this->article()->getTitle();
487487 if ( !LqtDispatch::isLqtPage( $articleTitle ) && !$articleTitle->isTalkPage() &&
488488 LqtDispatch::isLqtPage( $articleTitle->getTalkPage() ) &&
489 - $articleTitle->getNamespace() != NS_THREAD ) {
 489+ $articleTitle->getNamespace() != NS_LQT_THREAD ) {
490490 $newTitle = $articleTitle->getTalkPage();
491491 $newArticle = new Article( $newTitle );
492492

Status & tagging log