mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
sql typo in auto-friend with D*
This commit is contained in:
parent
d8b82b24a4
commit
ada2a555dc
2 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ else {
|
|||
}
|
||||
|
||||
if((! $record) || (! count($record))) {
|
||||
logger('authenticate: failed login attempt: ' . trim($_POST['username']));
|
||||
logger('authenticate: failed login attempt: ' . notags(trim($_POST['username'])));
|
||||
notice( t('Login failed.') . EOL );
|
||||
goaway(z_root());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue