Fixed: Parse error: syntax error, unexpected T_BOOLEAN_OR error
This commit is contained in:
parent
aef44beb22
commit
0d80eb3e6d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function websitepanel_sync_ClientEdit($params)
|
|||
|
||||
// Retrieve the WebsitePanel Addons module settings
|
||||
$modSettings = websitepanel_sync_GetSettings();
|
||||
if (empty($modSettings['username']) || empty($modSettings['password'])) || empty($modSettings['serverhost'])) || empty($modSettings['serverport'])))
|
||||
if (empty($modSettings['username']) || empty($modSettings['password']) || empty($modSettings['serverhost']) || empty($modSettings['serverport']))
|
||||
{
|
||||
// The module is disabled or has not yet been configured - stop
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue