commit da98af18312a808506070cf0635eb1b132166956 parent 0c5a13cc6c453044733e84019fa620c94ad6ef3c Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 20 Mar 2015 17:57:19 +0100 now Diffstat:
| M | core/api/v1/DbHandler.class.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -267,7 +267,7 @@ class DbHandler { } } echo $id; - if ($id == $post_id_clean){ + if ($id == $post_id_clean+1){ return $post; echo "test"; }else{