mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix for Bug #2200
This commit is contained in:
parent
e0a54cc5c8
commit
b402ad3171
@ -315,7 +315,7 @@
|
||||
$namedfields[$y['name']] = $y['title'];
|
||||
}
|
||||
|
||||
if(!isset($this->cat_id))
|
||||
if(!$this->cat_id)
|
||||
{
|
||||
$this->cat_id = $this->prefs['default_category'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user