Merge remote-tracking branch 'upstream/develop' into improved-payload
This commit is contained in:
@@ -34,7 +34,7 @@ class MoveStorage
|
||||
public static function execute()
|
||||
{
|
||||
$current = DI::storage();
|
||||
$moved = DI::storageManager()->move($current);
|
||||
$moved = DI::storageManager()->move($current);
|
||||
|
||||
if ($moved) {
|
||||
Worker::add(PRIORITY_LOW, 'MoveStorage');
|
||||
|
||||
Reference in New Issue
Block a user