rpicms

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

commit acd4c9f2a7af71e0a0640085c402c424e1125c1e
parent 6ad83aeafea7742d768f6a5dee4e4391141ab37f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  1 Dec 2014 17:23:00 +0100

fixed posts 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 @@ -20,7 +20,7 @@ } #$resultat->close(); } - next_id(); + next_id_only(); function next_id_only(){ read(); }