Skip to content

Commit

Permalink
PHP7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
animaux committed Mar 20, 2017
1 parent 4fa0277 commit 3610c66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data-sources/data.tracker_activity.php
Expand Up @@ -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();
Expand Down
3 changes: 3 additions & 0 deletions extension.meta.xml
Expand Up @@ -18,6 +18,9 @@
</author>
</authors>
<releases>
<release version="1.5.1" date="2017-03-20" min="2.5.x" max="2.x.x">
- PHP7 fix
</release>
<release version="1.5.0" date="2016-03-10" min="2.5.x" max="2.x.x">
- Added support for notifying multiple URLs
- Log entry delete events
Expand Down

0 comments on commit 3610c66

Please sign in to comment.