forked from extern/egroupware
silence warning: bo_merge::get_links -> make third parameter optional, as the parent function called has this one as optional parameter too.
This commit is contained in:
parent
e0853e2bd2
commit
0141321c76
@ -300,7 +300,7 @@ abstract class bo_merge
|
||||
*
|
||||
* Uses egw_link system to get link titles
|
||||
*/
|
||||
protected function get_links($app, $id, $only_app)
|
||||
protected function get_links($app, $id, $only_app='')
|
||||
{
|
||||
$links = egw_link::get_links($app, $id, $only_app);
|
||||
$link_titles = array();
|
||||
|
Loading…
Reference in New Issue
Block a user