From: blizzz Date: Fri, 21 Oct 2022 07:25:55 +0000 (+0200) Subject: use .json extentions X-Git-Tag: v26.0.0beta1~384^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a2bce2c6fc1c26cf8820797a9dd9f1412d65117f;p=nextcloud-server.git use .json extentions Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz --- 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;