Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | |
413 | 413 | $sk = $wgUser->getSkin(); |
414 | 414 | |
415 | | - if ( $this->img->exists ) { |
| 415 | + if ( $this->img->exists() ) { |
416 | 416 | $list = new ImageHistoryList( $sk, $this->img ); |
417 | 417 | $file = $this->img; |
418 | 418 | $dims = $file->getDimensionsString(); |