diff options
author | Roger Szabo <roger.szabo@web.de> | 2017-06-21 14:40:44 +0800 |
---|---|---|
committer | Roger Szabo <roger.szabo@web.de> | 2017-06-21 14:40:44 +0800 |
commit | 0fcbc0954c4749c7540e1bd13f1764640121d4ea (patch) | |
tree | f54bcdc3920e3e4ddf8ac689432c683704bff210 /apps/user_ldap/lib/AppInfo | |
parent | 146c699eb49e05c499bf6673f85a948aecceec97 (diff) | |
download | nextcloud-server-0fcbc0954c4749c7540e1bd13f1764640121d4ea.tar.gz nextcloud-server-0fcbc0954c4749c7540e1bd13f1764640121d4ea.zip |
pass missing function parameter
Signed-off-by: Roger Szabo <roger.szabo@web.de>
Diffstat (limited to 'apps/user_ldap/lib/AppInfo')
-rw-r--r-- | apps/user_ldap/lib/AppInfo/Application.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/AppInfo/Application.php b/apps/user_ldap/lib/AppInfo/Application.php index c3fa1ce9f94..2188605b5e8 100644 --- a/apps/user_ldap/lib/AppInfo/Application.php +++ b/apps/user_ldap/lib/AppInfo/Application.php @@ -45,6 +45,7 @@ class Application extends App { $c->query('UserManager'), $server->getConfig(), $c->query('OCP\IL10N'), + $c->query('Session'), $server->getURLGenerator() ); }); |