diff --git a/data-sources/data.tracker_activity.php b/data-sources/data.tracker_activity.php index 9efa75a..0a5ca20 100644 --- a/data-sources/data.tracker_activity.php +++ b/data-sources/data.tracker_activity.php @@ -47,7 +47,7 @@ public function allowEditorToParse() return false; } - public function grab(&$param_pool=NULL) + public function grab(array &$param_pool = NULL) { $result = new XMLElement($this->dsParamROOTELEMENT); $param_output = array(); diff --git a/extension.meta.xml b/extension.meta.xml index 6d99c74..19be380 100644 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -18,6 +18,9 @@ + + - PHP7 fix + - Added support for notifying multiple URLs - Log entry delete events