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 authored and bharat committed Jul 31, 2010
1 parent 29f29d2 commit 0c535c8
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 0c535c8

Please sign in to comment.