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:
Klaus Leithoff 2011-10-31 11:23:04 +00:00
parent e0853e2bd2
commit 0141321c76

View File

@ -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();