diff --git a/plugins/change-password-cyberpanel/index.php b/plugins/change-password-cyberpanel/index.php index 65b71bcd5..7547c18a2 100644 --- a/plugins/change-password-cyberpanel/index.php +++ b/plugins/change-password-cyberpanel/index.php @@ -24,7 +24,7 @@ class ChangePasswordCyberPanelPlugin extends \RainLoop\Plugins\AbstractPlugin ->SetmUser($this->Config()->Get('plugin', 'mUser', '')) ->SetmPass($this->Config()->Get('plugin', 'mPass', '')) ; - break; + break; } }