]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/MoveStorage.php
Merge pull request #10900 from annando/notify
[friendica.git] / src / Worker / MoveStorage.php
index 1ffb3c275dd493706cb8af82a2a68e141e0464fa..34ecb5c147f2b384c620d8461f5d925b7bc34567 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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');