Skip to content

Commit 30fdcaa

Browse files
committed
Update reference to renamed plugin
1 parent db6af21 commit 30fdcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remote.d/sites.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public function sites_web_domain_add($session_id, $client_id, $params, $readonly
423423
$params['client_group_id'] = $rec['groupid'];
424424
}
425425

426-
//* Set a few params to "not empty" values which get overwritten by the sites_web_domain_plugin
426+
//* Set a few params to "not empty" values which get overwritten by the sites_web_vhost_domain_plugin
427427
if($params['document_root'] == '') $params['document_root'] = '-';
428428
if($params['system_user'] == '') $params['system_user'] = '-';
429429
if($params['system_group'] == '') $params['system_group'] = '-';

0 commit comments

Comments
 (0)