Skip to content
Snippets Groups Projects
Commit 5ace388b authored by Adrian Rossouw's avatar Adrian Rossouw
Browse files

Dont create a new verify task when migrating a site because it happens in the backend now.

Thanks hadsie .. #823978
parent 29be87cb
Branches
Tags
No related merge requests found
......@@ -52,7 +52,8 @@ function hosting_migrate_post_hosting_migrate_task($task, $data) {
$site->profile = $profile->package_id;
}
$site->verified = 0;
$site->verified = mktime();
$site->no_verify = true;
$site->platform = $target;
node_save($site);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment