commit dfc66b179d5dafb5571137d37b5f805f80ff4e87
parent cfb9b78da1a560d0b4911e7045dcfda486110dd2
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Feb 2015 22:22:42 +0100
add missing var
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php
@@ -223,6 +223,7 @@ foreach($langs as $prio => $lang) {
<th>Short Description</th>
</tr>
<?php
+ $x = 1;
include($root . '/core/backend/blog/posts.php');
while ($x <= $post_id_clean+1){
include($root . '/core/config/connect.db.inc.php');