mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
fix for bug [ 1446044 ] eGw asking for delete sub-categories when it not exists
This commit is contained in:
@ -677,7 +677,7 @@
|
||||
{
|
||||
$where['cat_id'] = $cat_id;
|
||||
}
|
||||
if ($parent) $where['cat_parent'] = $cat_parent;
|
||||
if ($parent) $where['cat_parent'] = $parent;
|
||||
|
||||
$this->db->select($this->table,'cat_id',$where,__LINE__,__FILE__);
|
||||
|
||||
|
Reference in New Issue
Block a user