From 0141321c7673f9e99d82c8d6eb52b917061208ed Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 31 Oct 2011 11:23:04 +0000 Subject: [PATCH] silence warning: bo_merge::get_links -> make third parameter optional, as the parent function called has this one as optional parameter too. --- etemplate/inc/class.bo_merge.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index d253039565..2d894b5124 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -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();