commit ebd962719fdfb705e688c0037262b184554722f0
parent 7a8dd8b2c8ea9bc5246ceb73f1482b91b3a911f6
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 14:59:35 +0100
try to fix endless loop -.- try 99999 or something like that :D
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -85,7 +85,7 @@
$x = 1;
if ($empty){
if ($post_title != "Database Error!"){
- while (!empty($post_title)){
+ while (!$empty)){
$read = "1";
$id = $x;
echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";