Browse Source

edit Account

andre 2 years ago
parent
commit
8af12a179f

+ 5 - 5
app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

@@ -34,18 +34,18 @@ class EditAccountDataProvider extends BaseDataProvider
      */
      */
     public function read()
     public function read()
     {
     {
+        /**
+         * hosting id
+         */
+        $hid = $this->getRequestValue('id');
 
 
         logModuleCall(
         logModuleCall(
             'kerioEmail',
             'kerioEmail',
             __FUNCTION__,
             __FUNCTION__,
             $this->actionElementId,
             $this->actionElementId,
             'Debug Error',
             'Debug Error',
-            $this
+            $hid
         );
         );
-        /**
-         * hosting id
-         */
-        $hid = $this->getRequestValue('id');
         /**
         /**
          * load hosting
          * load hosting
          */
          */