sql typo in auto-friend with D*

This commit is contained in:
friendica 2012-02-15 23:58:28 -08:00
parent d8b82b24a4
commit ada2a555dc
2 changed files with 2 additions and 2 deletions

View file

@ -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());
}