diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-11 18:49:36 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-11 18:49:36 -0500 |
commit | 6fdf5894559ed24607658c5beab44853cc876482 (patch) | |
tree | a1f8a28a5ae1bcc01357aa5c5ee2426d04a16bda /templates | |
parent | a3f365a32458d34efbc25df32fa224ae69882d77 (diff) |
Remove php notice
Diffstat (limited to 'templates')
-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 a6f5d600..d9901e4e 100644 --- a/templates/user_edit.php +++ b/templates/user_edit.php @@ -6,7 +6,7 @@ </ul> </div> <section> - <form method="post" action="?controller=user&action=update&username=<?= Helper\escape($username) ?>" autocomplete="off"> + <form method="post" action="?controller=user&action=update" autocomplete="off"> <?= Helper\form_hidden('id', $values) ?> |