From 93bc69011b7a89a654732496f872a248b69c78c2 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 20 Jan 2011 16:53:13 +0100 Subject: [PATCH] fix another typo --- inc/templates/userform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/templates/userform.php b/inc/templates/userform.php index bb9741efd8b..dea419159e3 100644 --- a/inc/templates/userform.php +++ b/inc/templates/userform.php @@ -13,7 +13,7 @@ if(isset($_POST['groupAddRemove'])){ } } } -$action=$WEBROOT.'/settings/#user_managment'; +$action=$WEBROOT.'/settings/#user_management'; if(!empty($CONFIG_ERROR)){ echo "

$CONFIG_ERROR

"; }