Merge "Drop support for XHTML 1.0"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 16 May 2013 12:17:51 +0000 (12:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 16 May 2013 12:17:51 +0000 (12:17 +0000)
includes/api/ApiBase.php

index c500370..7e7365f 100644 (file)
@@ -1577,10 +1577,9 @@ abstract class ApiBase extends ContextSource {
                        }
                        if ( array_key_exists( 'continue', $params ) ) {
                                $ret[] = array(
-                                       array(
-                                               'code' => 'badcontinue',
-                                               'info' => 'Invalid continue param. You should pass the original value returned by the previous query'
-                                       ) );
+                                       'code' => 'badcontinue',
+                                       'info' => 'Invalid continue param. You should pass the original value returned by the previous query'
+                               );
                        }
                }