rpicms

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

commit 4c4fdb9cfcb95cd18a341dca1bd67172fc456f6c
parent acd4c9f2a7af71e0a0640085c402c424e1125c1e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  1 Dec 2014 17:23:48 +0100

retry :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 @@ -22,7 +22,7 @@ } next_id_only(); function next_id_only(){ - read(); + read_only(); } function read_only(){ global $id, $connection, $read, $post_id_clean;