projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b72b9
)
Fix url.
author
Jan Schneider
<jan@horde.org>
Fri, 17 Sep 2010 15:32:33 +0000
(17:32 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 17 Sep 2010 15:32:33 +0000
(17:32 +0200)
horde/templates/admin/user/list.inc
patch
|
blob
|
history
diff --git
a/horde/templates/admin/user/list.inc
b/horde/templates/admin/user/list.inc
index
5bc296b
..
54abba9
100644
(file)
--- a/
horde/templates/admin/user/list.inc
+++ b/
horde/templates/admin/user/list.inc
@@
-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) {