r56385 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56384‎ | r56385 | r56386 >
Date:18:39, 15 September 2009
Author:werdna
Status:deferred
Tags:
Comment:
E_NOTICE
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/DeletionController.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/DeletionController.php
@@ -50,6 +50,10 @@
5151 }
5252
5353 static function onArticleUndelete( &$udTitle, $created, $comment = '' ) {
 54+ if ( empty(self::$pageids_to_revive) ) {
 55+ return true;
 56+ }
 57+
5458 foreach( self::$pageids_to_revive as $pageid => $title ) {
5559 if ($pageid == 0) {
5660 continue;

Status & tagging log