summaryrefslogtreecommitdiffstats
path: root/src/structs/context.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/context.php')
-rw-r--r--src/structs/context.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs/context.php b/src/structs/context.php
index 1110bad..6e0a070 100644
--- a/src/structs/context.php
+++ b/src/structs/context.php
@@ -45,7 +45,7 @@ class ezcGraphContext extends ezcBaseStruct
* @return void
* @ignore
*/
- public function __construct( $dataset = false, $datapoint = false, $url = null )
+ public function __construct( $dataset = null, $datapoint = null, $url = null )
{
$this->dataset = $dataset;
$this->datapoint = $datapoint;
OpenPOWER on IntegriCloud