r106117 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106116‎ | r106117 | r106118 >
Date:22:22, 13 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
kill includable method use
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/SpecialNewMessages.php (modified) (history)
  • /trunk/extensions/LiquidThreads/pages/ThreadActionPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/ThreadActionPage.php
@@ -4,7 +4,7 @@
55
66 function __construct() {
77 parent::__construct( $this->getPageName(), $this->getRightRequirement() );
8 - $this->includable( false );
 8+ $this->mIncludable = false;
99
1010 global $wgOut, $wgUser, $wgRequest;
1111 $this->output = $wgOut;
Index: trunk/extensions/LiquidThreads/pages/SpecialNewMessages.php
@@ -5,7 +5,7 @@
66
77 function __construct() {
88 parent::__construct( 'NewMessages' );
9 - $this->includable( true );
 9+ $this->mIncludable = true;
1010 }
1111
1212 /**

Status & tagging log