X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FDatabaseUpdater.php;h=019482227e321781254e6fc15d15192bf4799e58;hb=f33c501a59ff706d3a3f5a5c74acbd5a2bdf5626;hp=8634f8927374f193852dc1282b14203f4c985ef9;hpb=b3a4973cf89356bedd3255dd40a85588bdbc7f43;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 8634f89273..019482227e 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -1300,7 +1300,7 @@ abstract class DatabaseUpdater { */ protected function migrateActors() { global $wgActorTableSchemaMigrationStage; - if ( $wgActorTableSchemaMigrationStage >= MIGRATION_WRITE_NEW && + if ( ( $wgActorTableSchemaMigrationStage & SCHEMA_COMPAT_WRITE_NEW ) && !$this->updateRowExists( 'MigrateActors' ) ) { $this->output(