Skip to content

Commit c33f26b

Browse files
author
Balázs Kelemen
committed
fix remote database add
1 parent 2f12afd commit c33f26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remoting_client/examples/sites_database_add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$params = array(
2020
'server_id' => 1,
2121
'type' => 'mysql',
22-
'website_id' => 1,
22+
'parent_domain_id' => 1,
2323
'database_name' => 'db_name2',
2424
'database_user_id' => '1',
2525
'database_ro_user_id' => '0',

0 commit comments

Comments
 (0)