mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
The priority is now a class constant
This commit is contained in:
parent
b33b70f0ab
commit
018858934b
46 changed files with 148 additions and 151 deletions
|
@ -37,7 +37,7 @@ class MoveStorage
|
|||
$moved = DI::storageManager()->move($current);
|
||||
|
||||
if ($moved) {
|
||||
Worker::add(PRIORITY_LOW, 'MoveStorage');
|
||||
Worker::add(Worker::PRIORITY_LOW, 'MoveStorage');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue