From 329088cb0d129fcf7cb1c4e4f3c2bd5308d19cf0 Mon Sep 17 00:00:00 2001 From: ruan Date: Thu, 8 Oct 2015 10:40:03 +0200 Subject: [PATCH] Don't redirect if href is undefined --- includes/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/page.php b/includes/page.php index 12ff10d..1d87c8a 100644 --- a/includes/page.php +++ b/includes/page.php @@ -361,7 +361,7 @@ class Page { public function table_end($clicky = true) { echo ''; if ($clicky) { - echo ""; + echo ""; } }