From ba246b450f8cb6f666bd1fbf108242ab48307da8 Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Sat, 1 Jan 2011 01:01:57 +0100 Subject: Fixed typo (Lisener → Listener) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/ldap/lib_ldap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/ldap/lib_ldap.php b/plugins/ldap/lib_ldap.php index 16bd3a52869..2bb557919a2 100755 --- a/plugins/ldap/lib_ldap.php +++ b/plugins/ldap/lib_ldap.php @@ -35,7 +35,7 @@ class OC_USER_LDAP extends OC_USER_BACKEND { * Check if the login button is pressed and log the user in * */ - public static function loginLisener() { + public static function loginListener() { return(''); } @@ -69,7 +69,7 @@ class OC_USER_LDAP extends OC_USER_BACKEND { * Check if the logout button is pressed and logout the user * */ - public static function logoutLisener() { + public static function logoutListener() { if ( isset($_GET['logoutbutton']) AND isset($_SESSION['username']) ) { header('WWW-Authenticate: Basic realm="ownCloud"'); header('HTTP/1.0 401 Unauthorized'); -- cgit v1.2.3