Fixed: Parse error: syntax error, unexpected T_BOOLEAN_OR
This commit is contained in:
parent
0d80eb3e6d
commit
3fb60ed6b3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ function websitepanel_addons_AddonActivation($params)
|
|||
|
||||
// Retrieve the WebsitePanel Addons module settings
|
||||
$modSettings = websitepanel_addons_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