From 4735fae5072979970b80c14b727c7e74a8fed330 Mon Sep 17 00:00:00 2001 From: Git Date: Mon, 3 Sep 2012 08:00:19 +0000 Subject: [PATCH] Empty commit --- sections/forums/search.php | 1 + sections/forums/thread.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sections/forums/search.php b/sections/forums/search.php index 47c889f6..e9444592 100644 --- a/sections/forums/search.php +++ b/sections/forums/search.php @@ -24,6 +24,7 @@ // What are we looking for? Let's make sure it isn't dangerous. if(isset($_GET['search'])) { $Search = trim($_GET['search']); + } else { $Search = ''; } diff --git a/sections/forums/thread.php b/sections/forums/thread.php index 6590496b..8d02b5cf 100644 --- a/sections/forums/thread.php +++ b/sections/forums/thread.php @@ -512,7 +512,7 @@ } if($ThreadInfo['LastPostAuthorID']==$LoggedUser['ID'] && (check_perms('site_forums_double_post') || in_array($ForumID, $ForumsDoublePost))) { ?> - +