zz 6 år sedan
förälder
incheckning
6d274f25a9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/Http/Middleware/ReadOauth.php

+ 1 - 1
app/Http/Middleware/ReadOauth.php

@@ -768,7 +768,7 @@ class ReadOauth
         $param = $request->except('_url');
         $param = $request->except('_url');
         if (isset($param['bid']))  unset($param['bid']);
         if (isset($param['bid']))  unset($param['bid']);
         if(isset($param['bid']))  unset($param['bid']);
         if(isset($param['bid']))  unset($param['bid']);
-        unset($param['from_type']);
+        //unset($param['from_type']);
         $other_str = 'r=1';
         $other_str = 'r=1';
         if($param){
         if($param){
             $other_str = http_build_query($param);
             $other_str = http_build_query($param);