Ver código fonte

typo

tags/0.1.10
Robin Thoni 8 anos atrás
pai
commit
05aa4fc3c0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/Utils/LuRoute.php

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

@@ -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
             {

Carregando…
Cancelar
Salvar