rabin hace 3 años
padre
commit
b1df2cadee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Api.php

+ 1 - 1
src/Api.php

@@ -74,7 +74,7 @@ class Api
             Dever::alert('error');
         }
 
-        if ($level_search || $level_num > 1) {
+        if ($level_search || $level_num >= 1) {
             array_unshift($data, $default);
         }