소스 검색

try to get product values

andre 2 년 전
부모
커밋
7683be6236
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Http/Actions/CreateAccount.php

+ 2 - 2
app/Http/Actions/CreateAccount.php

@@ -83,9 +83,9 @@ class CreateAccount extends AddonController
             logModuleCall(
                 'kerioEmail',
                 __FUNCTION__,
-                $productManager->get('acc_add'),
+                $productManager,
                 'Debug ID',
-                $productManager
+                $params
             );
         } catch (KerioApiException $error) {