]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/MoveStorage.php
Merge pull request #11999 from annando/quote-uri-id
[friendica.git] / src / Worker / MoveStorage.php
index 1ffb3c275dd493706cb8af82a2a68e141e0464fa..4b24caf5ba3421a6a48daf6f93f713b073349a59 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, 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');