Fix url.
authorJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 15:32:33 +0000 (17:32 +0200)
committerJan Schneider <jan@horde.org>
Fri, 17 Sep 2010 15:32:33 +0000 (17:32 +0200)
horde/templates/admin/user/list.inc

index 5bc296b..54abba9 100644 (file)
@@ -21,7 +21,7 @@
 <?php
 $remove = $auth->hasCapability('remove');
 $total = 0;
-$admin_url = Horde::url('user.php');
+$admin_url = Horde::url('admin/user.php');
 
 foreach ($users as $user):
     if ($total++ < $min || $total > $max) {