mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
use const
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
300148b21d
commit
8992ba85c7
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class MigrateBackgroundImages extends QueuedJob {
|
|||
protected function run($argument): void {
|
||||
if (!isset($argument['stage'])) {
|
||||
// not executed in 25.0.0?!
|
||||
$argument['stage'] = 'prepare';
|
||||
$argument['stage'] = self::STAGE_PREPARE;
|
||||
}
|
||||
|
||||
switch ($argument['stage']) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue