r69477 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69476‎ | r69477 | r69478 >
Date:12:15, 17 July 2010
Author:demon
Status:ok
Tags:
Comment:
Make this protected like everything else
Modified paths:
  • /trunk/phase3/includes/installer/Update.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Update.php
@@ -69,7 +69,7 @@
7070 }
7171 }
7272
73 - private function setAppliedUpdates( $version, $updates = array() ) {
 73+ protected function setAppliedUpdates( $version, $updates = array() ) {
7474 if( !$this->canUseNewUpdatelog() ) {
7575 return;
7676 }

Status & tagging log