diff options
Diffstat (limited to 'templates/user_edit.php')
-rw-r--r-- | templates/user_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_edit.php b/templates/user_edit.php index d9901e4e..66794c49 100644 --- a/templates/user_edit.php +++ b/templates/user_edit.php @@ -2,7 +2,7 @@ <div class="page-header"> <h2><?= t('Edit user') ?></h2> <ul> - <li><a href="?action=users"><?= t('All users') ?></a></li> + <li><a href="?controller=user"><?= t('All users') ?></a></li> </ul> </div> <section> |