forked from extern/egroupware
Fix for Bug #2200
This commit is contained in:
parent
e0a54cc5c8
commit
b402ad3171
@ -315,7 +315,7 @@
|
|||||||
$namedfields[$y['name']] = $y['title'];
|
$namedfields[$y['name']] = $y['title'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isset($this->cat_id))
|
if(!$this->cat_id)
|
||||||
{
|
{
|
||||||
$this->cat_id = $this->prefs['default_category'];
|
$this->cat_id = $this->prefs['default_category'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user