Merge "Duplicate array keys aren't going to do very much..."
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 5 Apr 2012 18:48:17 +0000 (18:48 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 5 Apr 2012 18:48:17 +0000 (18:48 +0000)
includes/api/ApiBase.php

index 5bff0ca..edd9aca 100644 (file)
@@ -1195,7 +1195,6 @@ abstract class ApiBase extends ContextSource {
                'toofewexpiries' => array( 'code' => 'toofewexpiries', 'info' => "\$1 expiry timestamps were provided where \$2 were needed" ),
                'cantimport' => array( 'code' => 'cantimport', 'info' => "You don't have permission to import pages" ),
                'cantimport-upload' => array( 'code' => 'cantimport-upload', 'info' => "You don't have permission to import uploaded pages" ),
-               'nouploadmodule' => array( 'code' => 'nomodule', 'info' => 'No upload module set' ),
                'importnofile' => array( 'code' => 'nofile', 'info' => "You didn't upload a file" ),
                'importuploaderrorsize' => array( 'code' => 'filetoobig', 'info' => 'The file you uploaded is bigger than the maximum upload size' ),
                'importuploaderrorpartial' => array( 'code' => 'partialupload', 'info' => 'The file was only partially uploaded' ),