commit f6fb6f280f74bc072ccdf2f77f6d035ec62c2618 parent 0714bbb382eac099c13ecadfcebfb2f129f70215 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 20 Mar 2015 18:01:44 +0100 fix missing character 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 @@ -268,7 +268,7 @@ class DbHandler { } echo $id; echo "sssss"; - echo $post_id_clean + echo $post_id_clean; if ($id == $post_id_clean+1){ echo "test"; return $post;