From 8b53703b40b9d52957a222ef05426f16a3275b83 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 8 Mar 2016 08:26:14 +0000 Subject: [PATCH] fix an old class-name accounts_ldap --- admin/inc/class.admin_account.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/inc/class.admin_account.inc.php b/admin/inc/class.admin_account.inc.php index 618f6f4660..eae0b87bf2 100644 --- a/admin/inc/class.admin_account.inc.php +++ b/admin/inc/class.admin_account.inc.php @@ -5,7 +5,7 @@ * @link http://www.egroupware.org * @author Ralf Becker * @package admin - * @copyright (c) 2014 by Ralf Becker + * @copyright (c) 2014-16 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ @@ -82,7 +82,7 @@ class admin_account } // should we show extra ldap attributes home-directory and login-shell $account['ldap_extra_attributes'] = $GLOBALS['egw_info']['server']['ldap_extra_attributes'] && - get_class($GLOBALS['egw']->accounts->backend) === 'accounts_ldap'; + get_class($GLOBALS['egw']->accounts->backend) === 'EGroupware\\Api\\Accounts\\Ldap'; $readonlys = array();