commit 39014af1ed142f0ab81ce0a73e2a8188fc96b263
parent e3a1512c3817f03da19078ec856626be136c2f7f
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 17:05:55 +0100
empty :/
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -252,6 +252,7 @@ class DbHandler {
$stmt->bind_param("i", $id);
if ($stmt->execute()) {
$post["$x"] = $stmt->get_result()->fetch_assoc();
+ var_dump($post);
if ($post["$x"]["text"] != NULL){
$post["$x"]["text"] = html_entity_decode($post["text"]);
}else{