rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit c0dcd15cbde567abb34617fea408b6b05b29e307
parent fbe0afa030df6ae1068561ad4fc55bb76f367300
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Mar 2015 20:17:31 +0100

I fergot to save

Diffstat:
Mcore/api/v1/DbHandler.class.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -257,7 +257,6 @@ class DbHandler { $post["$x"] = $stmt->get_result()->fetch_assoc(); if ($post["$x"]["text"] != NULL){ - echo $x; $post["$x"]["text"] = html_entity_decode($post["text"]); }else{ $post["$x"]["text"] = NULL;