rpicms

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

commit b3276d0d2bf4dbd17cf098d5d0c85534aeb773d0
parent 11b28f653fc43901f93cc43ccb796aae8e68d11c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 11:08:43 +0100

fixed bug in posts.php

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 @@ -27,7 +27,7 @@ $post_id = [ "$post_id_clean" => "$post_id_clean" - ] + ]; }