X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FDatabaseUpdater.php;h=7970d5d9c8c60cefc07426a385f07880fed01f15;hp=500bc5af59fd9638eb7f5b43ede6462fce30659d;hb=9a37fb8e4851d13bfb208eb886c9947a7f21571c;hpb=3193c0fb28256c9fa69f1bb24a3c01c87b9cab3c;ds=inline diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index 500bc5af59..7970d5d9c8 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -1227,7 +1227,7 @@ abstract class DatabaseUpdater { "maintenance/migrateComments.php.\n" ); $task = $this->maintenance->runChild( MigrateComments::class, 'migrateComments.php' ); - $task->execute(); + $ok = $task->execute(); $this->output( $ok ? "done.\n" : "errors were encountered.\n" ); } }