commit 64b1bd67a32978e4b23e8615eda1b7c8679d53a6
parent 39014af1ed142f0ab81ce0a73e2a8188fc96b263
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 17:08:18 +0100
I see the problem
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();
+ echo $x;
var_dump($post);
if ($post["$x"]["text"] != NULL){
$post["$x"]["text"] = html_entity_decode($post["text"]);