Index: trunk/phase3/includes/installer/Update.php |
— | — | @@ -68,7 +68,6 @@ |
69 | 69 | |
70 | 70 | private function setAppliedUpdates( $version, $updates = array() ) { |
71 | 71 | if( !$this->canUseNewUpdatelog() ) { |
72 | | - $this->updates = $this->updater->getUpdates(); |
73 | 72 | return; |
74 | 73 | } |
75 | 74 | $key = "updatelist-$version"; |