Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -247,7 +247,7 @@ |
248 | 248 | $p = $this->getModulePrefix(); |
249 | 249 | |
250 | 250 | $h = $image->getHandler(); |
251 | | - if ( !h ) { |
| 251 | + if ( !$h ) { |
252 | 252 | // No handler, so no value for iiurlparam is valid. |
253 | 253 | $this->dieUsage( "Invalid value for {$p}urlparam", "urlparam" ); |
254 | 254 | } |