diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2022-10-21 09:25:55 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-11-18 22:24:59 +0100 |
commit | a2bce2c6fc1c26cf8820797a9dd9f1412d65117f (patch) | |
tree | 59a63c51ed798bf5e67226b6464b8e7bb8abeab9 | |
parent | dbd573e1b0c88f35a0ba08f891c1cea0a116a3ff (diff) | |
download | nextcloud-server-a2bce2c6fc1c26cf8820797a9dd9f1412d65117f.tar.gz nextcloud-server-a2bce2c6fc1c26cf8820797a9dd9f1412d65117f.zip |
use .json extentions
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
-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 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; |