commit 21f4d5119cbd11ca1383a1c8cfdb163272fe5f8a
parent 838e2c539b030b88211e28328f2efd80faf84765
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 17:27:35 +0100
debug
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -244,8 +244,7 @@ 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;
+ echo $post_id_clean_array["id"];
}
if ($post_id == NULL) {
$x = 1;