diff --git a/modules/hosting/db_server/hosting_db_server.service.inc b/modules/hosting/db_server/hosting_db_server.service.inc index 428f3b8..3b287fa 100644 --- a/modules/hosting/db_server/hosting_db_server.service.inc +++ b/modules/hosting/db_server/hosting_db_server.service.inc @@ -99,6 +99,9 @@ class hostingService_DB extends hostingService { if ($ref_type == 'site') { $task->options['db_id'] = $this->server->nid; $task->options['db_host'] = $db_host; + $task->options['master_db_host'] = $db_host; + $task->options['master_db_user'] = $db_user; + $task->options['master_db_passwd'] = $db_passwd; } }