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 @@
122
122
}
123
123
$fit = $result->addValue( array( 'query', $this->getModuleName() ), null, $a );
124
124
if ( !$fit ) {
125
- $this->setContinueEnumParameter( 'from', $name );
125
+ $this->setContinueEnumParameter( 'from', $message );
126
126
break;
127
127
}
128
128
}
Status & tagging log
21:15, 1 October 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r73756
[
removed:
new
added:
ok]