From a2bce2c6fc1c26cf8820797a9dd9f1412d65117f Mon Sep 17 00:00:00 2001 From: blizzz Date: Fri, 21 Oct 2022 09:25:55 +0200 Subject: [PATCH] use .json extentions Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz --- apps/theming/lib/Jobs/MigrateBackgroundImages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5