[Pkg-owncloud-commits] [owncloud] 07/16: Fix #19492
David Prévot
taffit at moszumanska.debian.org
Thu Oct 22 15:55:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 754d4f68a736fa5a8898fe60821ec9d83481481c
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Oct 1 10:51:44 2015 +0200
Fix #19492
---
apps/user_ldap/lib/user/user.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/user_ldap/lib/user/user.php b/apps/user_ldap/lib/user/user.php
index ffcb16a..2cb22c9 100644
--- a/apps/user_ldap/lib/user/user.php
+++ b/apps/user_ldap/lib/user/user.php
@@ -348,7 +348,7 @@ class User {
} catch (\Exception $e) {
\OC::$server->getLogger()->notice(
'Could not set avatar for ' . $this->dn . ', because: ' . $e->getMessage(),
- ['app' => 'user_ldap']);
+ array('app' => 'user_ldap'));
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list