rpicms

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

commit 1ebdbdad2ee7fa184dc61257f8c2df61fa69b1a5
parent af84fd82250f72beefefec2897291e11ed1944aa
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 21:54:23 +0100

fix the foreach

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -226,7 +226,7 @@ foreach($langs as $prio => $lang) { <?php include($root . '/core/backend/blog/posts.php'); include($root . '/core/config/connect.db.inc.php'); - foreach $post_id_clean as $id{ + foreach ($post_id_clean as $id){ echo "<td>$id</td>"; echo "<td>Jackson</td>"; echo "<td>94</td>";