From ada2a555dce33692ee40b3fb81c93dbe276e73cd Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 15 Feb 2012 23:58:28 -0800 Subject: sql typo in auto-friend with D* --- include/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/auth.php') diff --git a/include/auth.php b/include/auth.php index fd1c63847..fc52684e6 100755 --- a/include/auth.php +++ b/include/auth.php @@ -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()); } -- cgit v1.2.3