forked from extern/egroupware
second parameter was missing and generating a warning
This commit is contained in:
parent
5d481b5d94
commit
95ed13e717
@ -443,7 +443,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->bo->delete($this->cat_id);
|
||||
$this->bo->delete($this->cat_id,False);
|
||||
}
|
||||
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
|
||||
}
|
||||
|
@ -551,7 +551,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->bo->delete($cat_id);
|
||||
$this->bo->delete($cat_id,False);
|
||||
}
|
||||
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user