瀏覽代碼

stop interpreting null json as string

develop
Robin Thoni 8 年之前
父節點
當前提交
a6c4230c0d
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      src/Utils/Controller/LuRoute.php

+ 0
- 3
src/Utils/Controller/LuRoute.php 查看文件

@@ -178,9 +178,6 @@ class LuRoute {
178 178
             try
179 179
             {
180 180
                 $json = json_decode($value, true);
181
-                if (is_null($json)) {
182
-                    $json = $value . "";
183
-                }
184 181
                 $typedValue = call_user_func_array(array($class->getName(), "jsonDeserialize"), array($json));
185 182
             }
186 183
             catch (LuDboDeserializeException $e)

Loading…
取消
儲存