r44042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44041‎ | r44042 | r44043 >
Date:17:48, 29 November 2008
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Mark ImagePage::checkSharedConflictCallback() as public since it's passed to RepoGroup as callback function
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -536,7 +536,7 @@
537537 }
538538 }
539539
540 - protected function checkSharedConflictCallback( $repo ) {
 540+ public function checkSharedConflictCallback( $repo ) {
541541 $this->loadFile();
542542 $dupfile = $repo->newFile( $this->img->getTitle() );
543543 if( $dupfile && $dupfile->exists() ) {

Comments

#Comment by IAlex (talk | contribs)   17:52, 29 November 2008

See also bug 16496.

Status & tagging log