mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
second parameter was missing and generating a warning
This commit is contained in:
parent
5d481b5d94
commit
95ed13e717
@ -443,7 +443,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->bo->delete($this->cat_id);
|
$this->bo->delete($this->cat_id,False);
|
||||||
}
|
}
|
||||||
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
|
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
|
||||||
}
|
}
|
||||||
|
@ -551,7 +551,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->bo->delete($cat_id);
|
$this->bo->delete($cat_id,False);
|
||||||
}
|
}
|
||||||
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
|
$GLOBALS['phpgw']->redirect_link('/index.php',$link_data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user