one less paren
This commit is contained in:
parent
118f1d7e0a
commit
7dd56fa14c
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…
x
Reference in New Issue
Block a user