r73756 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73755‎ | r73756 | r73757 >
Date:17:08, 25 September 2010
Author:reedy
Status:ok
Tags:
Comment:
$name used in continue is undefined, use $message

Though, this module seems to have no limits, so not sure why we have a continue/"from"
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllmessages.php
@@ -121,7 +121,7 @@
122122 }
123123 $fit = $result->addValue( array( 'query', $this->getModuleName() ), null, $a );
124124 if ( !$fit ) {
125 - $this->setContinueEnumParameter( 'from', $name );
 125+ $this->setContinueEnumParameter( 'from', $message );
126126 break;
127127 }
128128 }

Status & tagging log