mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
one less paren
This commit is contained in:
parent
118f1d7e0a
commit
7dd56fa14c
1 changed files with 1 additions and 1 deletions
2
boot.php
2
boot.php
|
@ -762,7 +762,7 @@ function login($register = false) {
|
|||
$lostpass = t('Forgot your password?');
|
||||
$lostlink = t('Password Reset');
|
||||
|
||||
if(local_user())) {
|
||||
if(local_user()) {
|
||||
$tpl = load_view_file("view/logout.tpl");
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue