commit 0c5a13cc6c453044733e84019fa620c94ad6ef3c parent 9bd241726c94a14d0bdeaf7bd92525ed894fa451 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 20 Mar 2015 17:56:28 +0100 some debug Diffstat:
| M | core/api/v1/DbHandler.class.php | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -266,11 +266,13 @@ class DbHandler { } } - + echo $id; if ($id == $post_id_clean){ return $post; + echo "test"; }else{ return NULL; + echo "test2"; } }else{