Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -474,7 +474,7 @@ |
475 | 475 | function imageMessage( &$imgpage, &$out ) { |
476 | 476 | global $wgUser; |
477 | 477 | $index_namespace = $this->index_namespace; |
478 | | - $image = $imgpage->img; |
| 478 | + $image = $imgpage->getFile(); |
479 | 479 | if ( !$image->isMultipage() ) { |
480 | 480 | return true; |
481 | 481 | } |