summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-09-18 15:02:25 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-09-18 15:02:25 +0200
commit09d043729a41a0e8966ed3bb81567ed1009a37b6 (patch)
tree9d7f81a609953e924d4a5059c1bb616a18eb0111 /lib/base.php
parent79cd655920ae3346725539df2f443a66e51c5726 (diff)
downloadnextcloud-server-09d043729a41a0e8966ed3bb81567ed1009a37b6.tar.gz
nextcloud-server-09d043729a41a0e8966ed3bb81567ed1009a37b6.zip
Note to self 2: Do as you preach. Test!
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index fd31cfd9f29..0650361be91 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -570,7 +570,7 @@ class OC {
}
// NOTE: This will be replaced to use OCP
$userSession = \OC_User::getUserSession();
- $userSession->listen('postLogin', array('OC\Cache\File', 'loginListener'));
+ $userSession->listen('postLogin', '\OC\Cache\File', 'loginListener');
}
}