Skip to content

Commit

Permalink
Output user with email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 13, 2017
1 parent bf721d6 commit daca9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whups/lib/Application.php
Expand Up @@ -348,8 +348,8 @@ protected function _downloadTicket(Horde_Variables $vars)
);
$user = empty($transaction['user_id'])
? ' '
: Whups::formatUser(
$transaction['user_id'], false, true, true
: htmlspecialchars(
Whups::formatUser($transaction['user_id'])
);
$time = strftime(
$prefs->getValue('date_format') . ' '
Expand Down

0 comments on commit daca9de

Please sign in to comment.