Explorar el Código

Need to think

O_o
Visman hace 3 años
padre
commit
bc23b17e06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Core/Config.php

+ 1 - 1
app/Core/Config.php

@@ -362,7 +362,7 @@ class Config
 
         if (
             \is_numeric($key) //???? O_o
-            || \is_numeric($after)
+            || \is_numeric($after) //???? O_o O_o O_o
         ) {
             $config[] = $value;
         } elseif (isset($config[$key])) {