Explorar el Código

typo

tags/0.1.10
Robin Thoni hace 8 años
padre
commit
05aa4fc3c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/Utils/LuRoute.php

+ 1
- 1
src/Utils/LuRoute.php Ver fichero

@@ -73,7 +73,7 @@ class LuRoute {
73 73
             catch (LuDboDeserializeException $e)
74 74
             {
75 75
                 LuLog::log($e);
76
-                LuBusiness::badInput("Unable to parse JSON value for '" . $param->getName() . "': " . $e->getMessage());
76
+                LuBusiness::badInput("Invalid value for '" . $param->getName() . "': " . $e->getMessage());
77 77
             }
78 78
             catch (\Exception $e)
79 79
             {

Loading…
Cancelar
Guardar