summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@dev.(none)>2010-03-14 22:00:08 +0100
committerFrank Karlitschek <frank@dev.(none)>2010-03-14 22:00:08 +0100
commit2616621ad9bd3ec9339209ecaa9b8a3dd39fff1c (patch)
tree3722b7271ae8db394033798df5a42f2a960e7bf6 /index.php
parent37058e3861d6db75257d15e008e684bc9d3feb2d (diff)
parenta98a83802b46fcbe14419cb057ae7a3bf242a8ec (diff)
downloadnextcloud-server-2616621ad9bd3ec9339209ecaa9b8a3dd39fff1c.tar.gz
nextcloud-server-2616621ad9bd3ec9339209ecaa9b8a3dd39fff1c.zip
Merge commit 'refs/merge-requests/2' of git://gitorious.org/owncloud/owncloud
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();