Browse Source

edit Account

andre 2 years ago
parent
commit
a99933a730
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

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

@@ -38,18 +38,18 @@ class EditAccountDataProvider extends BaseDataProvider
          * hosting id
          */
         $hid = $this->getRequestValue('id');
+        /**
+         * load hosting
+         */
+        $hosting = Hosting::where('id', $hid)->first();
 
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
             $this->actionElementId,
             'Debug Error',
-            $hid
+            $hosting
         );
-        /**
-         * load hosting
-         */
-        $hosting = Hosting::where('id', $hid)->first();
 
         /**
          * load api