Skip to content
Snippets Groups Projects
Commit 30fdcaa4 authored by Helmo's avatar Helmo
Browse files

Update reference to renamed plugin

parent db6af21d
No related branches found
No related tags found
1 merge request!944Patch misc
...@@ -423,7 +423,7 @@ class remoting_sites extends remoting { ...@@ -423,7 +423,7 @@ class remoting_sites extends remoting {
$params['client_group_id'] = $rec['groupid']; $params['client_group_id'] = $rec['groupid'];
} }
//* Set a few params to "not empty" values which get overwritten by the sites_web_domain_plugin //* Set a few params to "not empty" values which get overwritten by the sites_web_vhost_domain_plugin
if($params['document_root'] == '') $params['document_root'] = '-'; if($params['document_root'] == '') $params['document_root'] = '-';
if($params['system_user'] == '') $params['system_user'] = '-'; if($params['system_user'] == '') $params['system_user'] = '-';
if($params['system_group'] == '') $params['system_group'] = '-'; if($params['system_group'] == '') $params['system_group'] = '-';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment