summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-01-20 16:53:13 +0100
committerRobin Appelman <icewind1991@gmail.com>2011-01-20 16:53:13 +0100
commit93bc69011b7a89a654732496f872a248b69c78c2 (patch)
treeeec441a846afd66f4470b036ded6195aea90cb86
parentc09373a516b343dca9feac5424378832aff76513 (diff)
downloadnextcloud-server-93bc69011b7a89a654732496f872a248b69c78c2.tar.gz
nextcloud-server-93bc69011b7a89a654732496f872a248b69c78c2.zip
fix another typo
-rw-r--r--inc/templates/userform.php2
1 files changed, 1 insertions, 1 deletions
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 "<p class='error'>$CONFIG_ERROR</p>";
}