rpicms

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

commit f0161fa036405516898e79d54e4604f2e36e081d
parent c363ec2c42a4bb8a5a5a51de0eb4bbce68ab5ee8
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 11:26:40 +0100

i think this maybe fix it :D

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 @@ -26,7 +26,7 @@ $post_categrory_clean = $daten->category; $post_id = [ - "$post_id_clean" => "$post_id_clean" + $post_id_clean => $post_id_clean ];