From 1eb4b0cec4fb0115f449325aa401404be3f84882 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 18 May 2015 12:18:04 +0000 Subject: [PATCH] Default value (=empty array) for excluded objects SVN:trunk[3580] --- core/displayablegraph.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/displayablegraph.class.inc.php b/core/displayablegraph.class.inc.php index 66949be57..fa205fdc6 100644 --- a/core/displayablegraph.class.inc.php +++ b/core/displayablegraph.class.inc.php @@ -982,7 +982,7 @@ class DisplayableGraph extends SimpleGraph * @param ApplicationContext $oAppContext * @param array $aExcludedObjects */ - function Display(WebPage $oP, $aResults, $sRelation, ApplicationContext $oAppContext, $aExcludedObjects) + function Display(WebPage $oP, $aResults, $sRelation, ApplicationContext $oAppContext, $aExcludedObjects = array()) { $aExcludedByClass = array(); foreach($aExcludedObjects as $oObj)