commit 838e2c539b030b88211e28328f2efd80faf84765
parent c863efa8c97fc15386e163bf192cb50cbb431ce8
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 17:26:58 +0100
more debug
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -244,6 +244,8 @@ class DbHandler {
if ($id->execute()) {
$post_id_clean_array = $id->get_result()->fetch_assoc();
$post_id_clean = $post_id_clean_array["id"];
+ echo "test";
+ echo $post_id_clean;
}
if ($post_id == NULL) {
$x = 1;