Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | $this->runUpdates( $this->getOldGlobalUpdates(), false ); |
253 | 253 | $this->runUpdates( $this->getExtensionUpdates(), true ); |
254 | 254 | foreach ( $this->getExtensionUpdaters() as $updaterClass ) { |
255 | | - $eupdater = new $updaterClass(this); |
| 255 | + $eupdater = new $updaterClass( $this ); |
256 | 256 | $eupdater->doUpdates(); |
257 | 257 | } |
258 | 258 | } |