r99968 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99967‎ | r99968 | r99969 >
Date:19:53, 16 October 2011
Author:platonides
Status:ok
Tags:
Comment:
Parse error (missing ';') in r99938.
Modified paths:
  • /trunk/phase3/includes/objectcache/DBABagOStuff.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/objectcache/DBABagOStuff.php
@@ -187,7 +187,7 @@
188188 $key = dba_nextkey( $reader );
189189 while ( $key ) {
190190 $result[] = $key;
191 - $key = dba_nextkey( $reader )
 191+ $key = dba_nextkey( $reader );
192192 }
193193
194194 return $result;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99938Fixup some assignments in conditionals...reedy03:27, 16 October 2011

Status & tagging log