mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
Refactor IStorage
This commit is contained in:
parent
5dcdf2322e
commit
29c7552df5
11 changed files with 121 additions and 55 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