commit 1c5c640a16cf1f197f8d0a95a488bb30bce619c5
parent 55684ae5d09d4a37ea7b2d517a98c4e65d9f98b6
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:04:23 +0100
lol theres a buggy fiels
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -224,7 +224,7 @@ foreach($langs as $prio => $lang) {
</tr>
<?php
include($root . '/core/backend/blog/posts.php');
- while ($x < $post_id_clean+1){
+ while ($x < $post_id_clean){
include($root . '/core/config/connect.db.inc.php');
echo "<tr>";
echo "<td>$id</td>";