commit 1c7dbe640ba291bb42f7516da6cc701412965022
parent 609a6e4d96028d2da17b9b13453541a656f8414d
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:16:27 +0100
hmm :/
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -224,10 +224,10 @@ foreach($langs as $prio => $lang) {
</tr>
<?php
include($root . '/core/backend/blog/posts.php');
- while ($x < $post_id_clean+2){
+ while ($x <= $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');
echo (string)"<tr>";
- echo (string)"<td>$post_id</td>";
+ echo (string)"<td>$id</td>";
echo (string)"<td>Jackson</td>";
echo (string)"<td>94</td>";
echo (string)"</tr>";