mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
"patch #594: country select combo not initialized in calendar.uiholiday.edit_holiday"
This commit is contained in:
parent
5f04d280c0
commit
81605b793e
@ -267,9 +267,9 @@
|
||||
{
|
||||
$holiday = $this->bo->read_entry($this->bo->id);
|
||||
}
|
||||
if ($this->locale)
|
||||
if ($this->bo->locale)
|
||||
{
|
||||
$holiday['locale'] = $this->locale;
|
||||
$holiday['locale'] = $this->bo->locale;
|
||||
}
|
||||
unset($GLOBALS['egw_info']['flags']['noheader']);
|
||||
unset($GLOBALS['egw_info']['flags']['nonavbar']);
|
||||
|
Loading…
Reference in New Issue
Block a user