From b532d5bf2840566ad9ab2893df43faf32886c6a2 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 17 Jul 2010 12:15:42 +0000 Subject: [PATCH] Make this protected like everything else --- includes/installer/Update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Update.php b/includes/installer/Update.php index 96ad2fd99e..b4e8dc8fd5 100644 --- a/includes/installer/Update.php +++ b/includes/installer/Update.php @@ -69,7 +69,7 @@ class Update { } } - private function setAppliedUpdates( $version, $updates = array() ) { + protected function setAppliedUpdates( $version, $updates = array() ) { if( !$this->canUseNewUpdatelog() ) { return; } -- 2.20.1