summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/theming/lib/Jobs/MigrateBackgroundImages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Jobs/MigrateBackgroundImages.php b/apps/theming/lib/Jobs/MigrateBackgroundImages.php
index 60723f735fb..b0e21de4909 100644
--- a/apps/theming/lib/Jobs/MigrateBackgroundImages.php
+++ b/apps/theming/lib/Jobs/MigrateBackgroundImages.php
@@ -44,7 +44,7 @@ class MigrateBackgroundImages extends QueuedJob {
protected const STAGE_PREPARE = 'prepare';
protected const STAGE_EXECUTE = 'execute';
// will be saved in appdata/theming/global/
- protected const STATE_FILE_NAME = '25_dashboard_to_theming_migration_users.txt';
+ protected const STATE_FILE_NAME = '25_dashboard_to_theming_migration_users.json';
private IAppDataFactory $appDataFactory;
private IJobList $jobList;