From: Chad Horohoe Date: Sat, 17 Jul 2010 12:15:42 +0000 (+0000) Subject: Make this protected like everything else X-Git-Tag: 1.31.0-rc.0~36121 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=b532d5bf2840566ad9ab2893df43faf32886c6a2;p=lhc%2Fweb%2Fwiklou.git Make this protected like everything else --- 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; }