Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakual authored and wilsonge committed Apr 23, 2014
1 parent 0cfc0ea commit 875e503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_users/views/login/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function display($tpl = null)
{
$this->setLayout($active->query['layout']);
}

require_once JPATH_ADMINISTRATOR . '/components/com_users/helpers/users.php';
$tfa = UsersHelper::getTwoFactorMethods();
$this->tfa = is_array($tfa) && count($tfa) > 1;
Expand Down

0 comments on commit 875e503

Please sign in to comment.