mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 05:21:15 +02:00
Fixes for mdeans finding if the server has users choice and a users choice has been selected.
This commit is contained in:
@ -643,6 +643,11 @@
|
||||
$appname = 'phpgwapi';
|
||||
}
|
||||
|
||||
if (!isset($GLOBALS['phpgw_info']['server']['template_set']) && isset($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set']))
|
||||
{
|
||||
$GLOBALS['phpgw_info']['server']['template_set'] = $GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'];
|
||||
}
|
||||
|
||||
// Setting this for display of template choices in user preferences
|
||||
if ($GLOBALS['phpgw_info']['server']['template_set'] == 'user_choice')
|
||||
{
|
||||
|
Reference in New Issue
Block a user