rpicms

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

commit f0c054cef211fc5246f0b3e01049968fa2360e02
parent 85cb41b863c52f41393884f1bdef74db5a52291a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 18 Mar 2015 21:51:27 +0100

:/

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

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