rpicms

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

commit 11c5be11325a4d9528c18cb36065d8bd3fdb4cd7
parent 17d010120b2862df8357621db1228abebb6c901c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Mar 2015 17:15:00 +0100

another try to get this work

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 @@ -247,7 +247,7 @@ class DbHandler { } if ($post_id == NULL) { $x = 1; - var_dump($post_id_clean_array["id"]); + var_dump($post_id_clean_array); while ($x < $post_id_clean+1){ $stmt = $this->conn->prepare("SELECT id,title,text,author,category,date FROM posts WHERE id = ?"); $stmt->bind_param("i", $id);