Ver código fonte

try to get product values

andre 2 anos atrás
pai
commit
7683be6236
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app/Http/Actions/CreateAccount.php

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

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