Forráskód Böngészése

try to get product values

andre 2 éve
szülő
commit
7683be6236
1 módosított fájl, 2 hozzáadás és 2 törlés
  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) {