dever 3 years ago
parent
commit
eff1af08a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/store/admin/Auth.php

+ 1 - 1
app/store/admin/Auth.php

@@ -404,7 +404,7 @@ class Auth
             $type = implode(',', $type);
             $type = implode(',', $type);
         }
         }
 
 
-        if (!isset($data['order']['child'])) {
+        if (!$data['order']['child']) {
             unset($data['order']);
             unset($data['order']);
         }
         }