diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php index b33d3502bd6..438d2fef0df 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(); |