Parcourir la source

try to get product values

andre il y a 2 ans
Parent
commit
10970a1c65
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Http/Actions/CreateAccount.php

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

@@ -85,7 +85,7 @@ class CreateAccount extends AddonController
                 __FUNCTION__,
                 $productManager->get('acc_add'),
                 'Debug ID',
-                $productManager->get('acc_base')
+                $productManager
             );
         } catch (KerioApiException $error) {