1
0
Fork 0

The last of the big workers moved ... delivery and notifier

This commit is contained in:
Michael 2017-11-19 18:59:55 +00:00
commit 8cd21269ff
23 changed files with 672 additions and 693 deletions

View file

@ -286,7 +286,7 @@ function import_account(App $a, $file) {
}
// send relocate messages
Worker::add(PRIORITY_HIGH, 'notifier', 'relocate', $newuid);
Worker::add(PRIORITY_HIGH, 'Notifier', 'relocate', $newuid);
info(t("Done. You can now login with your username and password"));
goaway(System::baseUrl() . "/login");