"patch #594: country select combo not initialized in calendar.uiholiday.edit_holiday"

This commit is contained in:
Ralf Becker 2007-05-03 14:05:39 +00:00
parent 5f04d280c0
commit 81605b793e

View File

@ -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']);