Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -500,7 +500,7 @@ |
501 | 501 | public function getPossibleErrors() { |
502 | 502 | $p = $this->getModulePrefix(); |
503 | 503 | return array_merge( parent::getPossibleErrors(), array( |
504 | | - array( 'code' => 'iiurlwidth', 'info' => "{$p}urlheight cannot be used without {$p}urlwidth" ), |
| 504 | + array( 'code' => "{$p}urlwidth", 'info' => "{$p}urlheight cannot be used without {$p}urlwidth" ), |
505 | 505 | array( 'code' => 'urlparam', 'info' => "Invalid value for {$p}urlparam" ), |
506 | 506 | array( 'code' => 'urlparam_no_width', 'info' => "{$p}urlparam requires {$p}urlwidth" ), |
507 | 507 | array( 'code' => 'urlparam_urlwidth_mismatch', 'info' => "The width set in {$p}urlparm doesnt't " . |