From 4af3a83c5131e7c9518c184fcadff703275e78dd Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Mon, 15 Apr 2013 19:03:37 -0700 Subject: [PATCH] Add missing global --- inc/html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/html.php b/inc/html.php index cb6c333..a15b81b 100644 --- a/inc/html.php +++ b/inc/html.php @@ -552,6 +552,7 @@ EOF; } function manageStatus() { + global $isadmin; $threads = countThreads(); $bans = count(allBans()); $info = $threads . ' ' . plural('thread', $threads) . ', ' . $bans . ' ' . plural('ban', $bans);