From: Alexandre Emsenhuber Date: Sat, 29 Nov 2008 17:48:37 +0000 (+0000) Subject: Mark ImagePage::checkSharedConflictCallback() as public since it's passed to RepoGrou... X-Git-Tag: 1.31.0-rc.0~44169 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=9a6452960e78555bfb39624fa262809e006e8b30;p=lhc%2Fweb%2Fwiklou.git Mark ImagePage::checkSharedConflictCallback() as public since it's passed to RepoGroup as callback function --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index b2cade24f3..cd0ef0aae4 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -536,7 +536,7 @@ EOT } } - protected function checkSharedConflictCallback( $repo ) { + public function checkSharedConflictCallback( $repo ) { $this->loadFile(); $dupfile = $repo->newFile( $this->img->getTitle() ); if( $dupfile && $dupfile->exists() ) {