Skip to content

Commit

Permalink
Fix PHP compatibility issues (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
animaux authored and nitriques committed Mar 20, 2017
1 parent 4fa0277 commit 385c652
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 385c652

Please sign in to comment.