rpicms

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

commit 80d45a4f57053991029b1b214a62c48f8617de0c
parent 7b8e169defb986ea156b6a7dd734429b8d647b85
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 12:55:39 +0100

fixed calling wrong function

Diffstat:
Mthemes/jumbotron/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -194,7 +194,7 @@ "; $x = $x+1; $id = $id+1; - next_id_only(); + next_id_category(); } }else{ include('../../core/backend/blog/posts.php');