diff options
-rw-r--r-- | apps/theming/lib/Jobs/MigrateBackgroundImages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Jobs/MigrateBackgroundImages.php b/apps/theming/lib/Jobs/MigrateBackgroundImages.php index b0e21de4909..69374aa694a 100644 --- a/apps/theming/lib/Jobs/MigrateBackgroundImages.php +++ b/apps/theming/lib/Jobs/MigrateBackgroundImages.php @@ -71,7 +71,7 @@ class MigrateBackgroundImages extends QueuedJob { protected function run($argument): void { if (!isset($argument['stage'])) { // not executed in 25.0.0?! - $argument['stage'] = 'prepare'; + $argument['stage'] = self::STAGE_PREPARE; } switch ($argument['stage']) { |