X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FMoveStorage.php;h=4b24caf5ba3421a6a48daf6f93f713b073349a59;hb=1585f711ee98a92606084126acc7a76063519ce4;hp=1ffb3c275dd493706cb8af82a2a68e141e0464fa;hpb=122ad0af14f046c2462a03fe33967dc41abfc8b5;p=friendica.git diff --git a/src/Worker/MoveStorage.php b/src/Worker/MoveStorage.php index 1ffb3c275d..4b24caf5ba 100644 --- a/src/Worker/MoveStorage.php +++ b/src/Worker/MoveStorage.php @@ -1,6 +1,6 @@ move($current); + $moved = DI::storageManager()->move($current); if ($moved) { Worker::add(PRIORITY_LOW, 'MoveStorage');