Selaa lähdekoodia

try to get product values

andre 2 vuotta sitten
vanhempi
commit
81554f0f50
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Http/Actions/CreateAccount.php

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

@@ -83,7 +83,7 @@ class CreateAccount extends AddonController
                 __FUNCTION__,
                 $params,
                 'Debug ID',
-                $this->productManager->getProductManager()
+                $this
             );
         } catch (KerioApiException $error) {