From 4ac48ee4b4ed6ddb80b5a55f1a7474d60422005b Mon Sep 17 00:00:00 2001 From: Nigel Osborne Date: Mon, 31 Jan 2011 18:11:07 +0000 Subject: Fix for "delete user" --- admin_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin_users.php') diff --git a/admin_users.php b/admin_users.php index 96871da465..17069d6fe6 100644 --- a/admin_users.php +++ b/admin_users.php @@ -98,7 +98,7 @@ if ($action=='deleteuser') { AddToLog("deleted user ->{$username}<-", 'auth'); } // User data is cached, so reload the page to ensure we're up to date - header('Location: '.WT_SERVER_NAME.WT_SCRIPT_PATH.WT_SCRIPT_NAME); + header('Location: '.WT_SERVER_NAME.WT_SCRIPT_PATH.WT_SCRIPT_NAME.'?action=listusers'); exit; } @@ -712,7 +712,7 @@ ob_start(); echo '', ''; if (WT_USER_ID!=$user_id) - echo "
 
"; + echo "
 
"; echo '', ''; } -- cgit v1.3