dever il y a 3 ans
Parent
commit
eff1af08a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/store/admin/Auth.php

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

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