summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAaron Reichman <areichman.kde@gmail.com>2010-03-13 13:34:46 -0800
committerAaron Reichman <areichman.kde@gmail.com>2010-03-13 13:34:46 -0800
commita98a83802b46fcbe14419cb057ae7a3bf242a8ec (patch)
tree72177e349df1ca3fe8b23bf8c54198ba9da66054 /index.php
parent16f3bd4e2334491152510598f861a1f6c1ecdae2 (diff)
downloadnextcloud-server-a98a83802b46fcbe14419cb057ae7a3bf242a8ec.tar.gz
nextcloud-server-a98a83802b46fcbe14419cb057ae7a3bf242a8ec.zip
Changed spelling of lisener to listener
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 5f7eb8e12ba..ffe66e41953 100755
--- a/index.php
+++ b/index.php
@@ -32,8 +32,8 @@ if(isset($_GET['file'])) {
}else{
- OC_USER::loginlisener();
- OC_USER::logoutlisener();
+ OC_USER::loginlistener();
+ OC_USER::logoutlistener();
OC_UTIL::showheader();