Parse error (missing ';') in r99938.
authorPlatonides <platonides@users.mediawiki.org>
Sun, 16 Oct 2011 19:53:30 +0000 (19:53 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 16 Oct 2011 19:53:30 +0000 (19:53 +0000)
includes/objectcache/DBABagOStuff.php

index 1ecc0de..f5f7a7c 100644 (file)
@@ -187,7 +187,7 @@ class DBABagOStuff extends BagOStuff {
                $key = dba_nextkey( $reader );
                while ( $key ) {
                        $result[] = $key;
-                       $key = dba_nextkey( $reader )
+                       $key = dba_nextkey( $reader );
                }
 
                return $result;