rpicms

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

commit 5c1c711b8c22c33cccfa87c0514d4418d9d46c04
parent 3786cb9f63623930df94956e6352ae8a28cadbd4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 14:24:43 +0100

try to fix if bug

Diffstat:
Mcore/backend/blog/posts.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -23,7 +23,7 @@ #}else{ //Check if Data in it function read() - if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) { + if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)){ echo 'SELECT * FROM posts WHERE id LIKE '.$id; //Put database data in variables while($daten = $resultat->fetch_object() ){