andre 5 luni în urmă
părinte
comite
ee1fd31083

+ 1 - 1
app/UI/Client/EmailAccount/Providers/AccountDataProvider.php

@@ -64,7 +64,7 @@ class AccountDataProvider extends BaseDataProvider
         $active = $this->formData['status'] === 'active' ? TRUE : FALSE;
         try {
             $userID = $api->createUser($domainID, $this->formData['username'], $this->formData['password'], $active)['result'][0]['id'];
-        } catch (KerioApiException $error) {
+        } catch (Exception $error) {
             logModuleCall(
                 'kerioEmail',
                 __FUNCTION__,