summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-02-03 08:18:53 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-03 08:18:53 -0800
commit1f51d663a0d651cfc8ff172357ce1b57823f8480 (patch)
treee8224347b9a3818e4e0260214abc5e0306d89338
parent99a7f470b93d35717f8d5979d05da6cf05a1dd20 (diff)
Correct missing function name.
-rw-r--r--modules/gallery/helpers/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/auth.php b/modules/gallery/helpers/auth.php
index 717cf40a..45561861 100644
--- a/modules/gallery/helpers/auth.php
+++ b/modules/gallery/helpers/auth.php
@@ -102,7 +102,7 @@ class auth_Core {
/**
* Clear any failed logins for this user
*/
- static function clear_failed_logins($user) {
+ static function clear_failed_auth_attempts($user) {
db::build()
->delete("failed_logins")
->where("name", "=", $user->name)