Browse Source

try to get product values

andre 2 years ago
parent
commit
62f5ae07eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Actions/CreateAccount.php

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

@@ -83,7 +83,7 @@ class CreateAccount extends AddonController
             logModuleCall(
             logModuleCall(
                 'kerioEmail',
                 'kerioEmail',
                 __FUNCTION__,
                 __FUNCTION__,
-                $productManager,
+                $productManager->get('acc_add'),
                 'Debug ID',
                 'Debug ID',
                 $productManager->get('acc_base')
                 $productManager->get('acc_base')
             );
             );