X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FUserImport.php;h=71767e8cef788be4cfa1f90b7c189d7dac63ad13;hb=f70271aa5d40ce48ec92f1c6ec652c6a977e588c;hp=97a6e6028e3b4905e341506a5f4d540ccbbd219d;hpb=fee72bbb50f1f794f3e16e6d7351c8bcca178629;p=friendica.git diff --git a/src/Core/UserImport.php b/src/Core/UserImport.php index 97a6e6028e..71767e8cef 100644 --- a/src/Core/UserImport.php +++ b/src/Core/UserImport.php @@ -10,6 +10,7 @@ use Friendica\Database\DBStructure; use Friendica\Model\Photo; use Friendica\Object\Image; use Friendica\Util\Strings; +use Friendica\Worker\Delivery; /** * @brief UserImport class @@ -278,7 +279,7 @@ class UserImport } // send relocate messages - Worker::add(PRIORITY_HIGH, 'Notifier', 'relocate', $newuid); + Worker::add(PRIORITY_HIGH, 'Notifier', Delivery::RELOCATION, $newuid); info(L10n::t("Done. You can now login with your username and password")); $a->internalRedirect('login');