Account moving is a background activity
This commit is contained in:
@@ -51,9 +51,9 @@ try {
|
||||
|
||||
$password = get_option_value('w', 'password');
|
||||
|
||||
$mover = new AccountMover($user, $remote, $password);
|
||||
$qm = QueueManager::get();
|
||||
|
||||
$mover->move();
|
||||
$qm->enqueue(array($user, $remote, $password), 'acctmove');
|
||||
|
||||
} catch (Exception $e) {
|
||||
print $e->getMessage()."\n";
|
||||
|
Reference in New Issue
Block a user