mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
sync with head - fix for bug #914383: WE will only display this link, if LDAP is used for accounts and
defined in setup as such. Other users dont get confused then.
This commit is contained in:
parent
a09332a13d
commit
71ef369120
@ -106,6 +106,8 @@
|
||||
}
|
||||
|
||||
function adminMenu()
|
||||
{
|
||||
if ($GLOBALS['phpgw_info']['server']['account_repository'] == "ldap")
|
||||
{
|
||||
$data = Array
|
||||
(
|
||||
@ -119,6 +121,7 @@
|
||||
|
||||
$menuData[] = $data;
|
||||
}
|
||||
}
|
||||
|
||||
function appendMessage($_folderName, $_header, $_body, $_flags)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user