diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-16 18:19:15 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-16 18:19:15 -0500 |
commit | e155edd1bdb3c98f240292642c6ee38bf2b1e2cf (patch) | |
tree | 450220da2dc5d13d87128f6ad3399de43f8d6df2 /templates/user_edit.php | |
parent | 4fd4180d1c491672257c034bd8e4db79d69ebe2c (diff) |
Minor improvements
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> |