From: Reedy Date: Thu, 5 Apr 2012 18:34:52 +0000 (+0100) Subject: Duplicate array keys aren't going to do very much... X-Git-Tag: 1.31.0-rc.0~24021^2 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=2bfd84eb8ccfaa1daeee28041d231f5265713d90;p=lhc%2Fweb%2Fwiklou.git Duplicate array keys aren't going to do very much... Change-Id: I3421f70332f9514e71d4c1f0751be567108c1099 --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 5bff0cafb3..edd9aca8b4 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -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' ),