Browse Source

typo

tags/0.1.10
Robin Thoni 8 years ago
parent
commit
05aa4fc3c0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Utils/LuRoute.php

+ 1
- 1
src/Utils/LuRoute.php View File

@@ -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…
Cancel
Save