rpicms

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

commit 475a7af08aafd199832da86f32fcce17f54a4b7d
parent 34147c39755fcf1ea99d96492db1689723832053
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 16:11:40 +0100

wrong function call

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 @@ -20,7 +20,7 @@ $resultat->close(); } - alles(); + read(); function read(){ global $id, $connection, $read; global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory;