mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:50:10 +00:00
Merge remote-tracking branch 'upstream/develop' into improved-payload
This commit is contained in:
commit
b521e45903
37 changed files with 2564 additions and 685 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue