rpicms

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

commit c863efa8c97fc15386e163bf192cb50cbb431ce8
parent 7a3759e3fa5ceaca894ef1f5f47f934e1aba0086
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Mar 2015 17:26:04 +0100

hmm

Diffstat:
Mcore/api/v1/api.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/api/v1/api.php b/core/api/v1/api.php @@ -182,8 +182,7 @@ $app->get('/posts/', function() { $db = new DbHandler(); // fetch task - $result = $db->getPosts(Null); - echo "falsch"; + $result = $db->getPosts(NULL); if ($result != NULL) { $response["error"] = false; $response["id"] = $result["id"];