From: Chad Horohoe Date: Sun, 11 Jul 2010 12:34:54 +0000 (+0000) Subject: Followup r69251, copy+paste fail X-Git-Tag: 1.31.0-rc.0~36166 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=2ab5f570ba8a3ac77eae2b6d3aa58de692069526;p=lhc%2Fweb%2Fwiklou.git Followup r69251, copy+paste fail --- diff --git a/includes/installer/Update.php b/includes/installer/Update.php index 2fcaeb0431..aa446ec10c 100644 --- a/includes/installer/Update.php +++ b/includes/installer/Update.php @@ -68,7 +68,6 @@ class Update { private function setAppliedUpdates( $version, $updates = array() ) { if( !$this->canUseNewUpdatelog() ) { - $this->updates = $this->updater->getUpdates(); return; } $key = "updatelist-$version";