rpicms

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

commit 7ea524200c768a496cfbbefca467eda8eb968fe3
parent f97eb392231a48d573f27b394294340346920b85
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 16:19:33 +0100

and try to fix another 500 error

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 @@ -61,7 +61,7 @@ $resultat->close(); } } - if ($read != 0){ + if ($read != 0 && $id < $post_id_clean){ read(); } }