dever hace 3 años
padre
commit
eff1af08a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']);
         }