Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-10-21 11:03:40 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-10-21 11:03:40 +0300
commit178666a8302378fd6d1be9170b437210b4ff0c6a (patch)
tree98589f8443032730b9eea9911ab1d84f907f232e
parentcdcef304785cc4b6857e7092bd66bc4909ba4aaf (diff)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--apps/theming/lib/Jobs/MigrateBackgroundImages.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/lib/Jobs/MigrateBackgroundImages.php b/apps/theming/lib/Jobs/MigrateBackgroundImages.php
index 69374aa694a..536dde943b1 100644
--- a/apps/theming/lib/Jobs/MigrateBackgroundImages.php
+++ b/apps/theming/lib/Jobs/MigrateBackgroundImages.php
@@ -41,8 +41,8 @@ use Psr\Log\LoggerInterface;
class MigrateBackgroundImages extends QueuedJob {
public const TIME_SENSITIVE = 0;
- protected const STAGE_PREPARE = 'prepare';
- protected const STAGE_EXECUTE = 'execute';
+ public const STAGE_PREPARE = 'prepare';
+ public const STAGE_EXECUTE = 'execute';
// will be saved in appdata/theming/global/
protected const STATE_FILE_NAME = '25_dashboard_to_theming_migration_users.json';