mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-10 05:29:13 -04:00
Missing the user name on the reauthenticate form.
This commit is contained in:
@@ -28,6 +28,7 @@ class Reauthenticate_Controller extends Controller {
|
||||
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());
|
||||
|
||||
Reference in New Issue
Block a user