summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorElias Probst <mail@eliasprobst.eu>2011-01-01 01:01:57 +0100
committerElias Probst <mail@eliasprobst.eu>2011-01-01 01:01:57 +0100
commitba246b450f8cb6f666bd1fbf108242ab48307da8 (patch)
tree9907bd564ba84fda7a8e45e00d55b89a51fd398a /plugins
parent654387ff05e84c51a4c85854abe1843bb65ed412 (diff)
downloadnextcloud-server-ba246b450f8cb6f666bd1fbf108242ab48307da8.tar.gz
nextcloud-server-ba246b450f8cb6f666bd1fbf108242ab48307da8.zip
Fixed typo (Lisener → Listener)
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/ldap/lib_ldap.php4
1 files changed, 2 insertions, 2 deletions
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');