Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -536,7 +536,7 @@ |
537 | 537 | } |
538 | 538 | } |
539 | 539 | |
540 | | - protected function checkSharedConflictCallback( $repo ) { |
| 540 | + public function checkSharedConflictCallback( $repo ) { |
541 | 541 | $this->loadFile(); |
542 | 542 | $dupfile = $repo->newFile( $this->img->getTitle() ); |
543 | 543 | if( $dupfile && $dupfile->exists() ) { |