From 2ab5f570ba8a3ac77eae2b6d3aa58de692069526 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 11 Jul 2010 12:34:54 +0000 Subject: [PATCH] Followup r69251, copy+paste fail --- includes/installer/Update.php | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.20.1