Skip to content

Commit

Permalink
Missing the user name on the reauthenticate form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Jul 29, 2010
1 parent 529b9ac commit 6cd31e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gallery/controllers/reauthenticate.php
Expand Up @@ -28,6 +28,7 @@ public function index($share_translations_form=null) {
if ($is_ajax) {
$v = new View("reauthenticate.html");
$v->form = self::_form();
$v->user_name = identity::active_user()->name;
json::reply(array("form" => (string) $v));
} else {
self::_show_form(self::_form());
Expand Down

0 comments on commit 6cd31e3

Please sign in to comment.