Ver Fonte

edit Account

andre há 2 anos atrás
pai
commit
a99933a730

+ 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