andre 2 år sedan
förälder
incheckning
8af12a179f
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

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

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