Skip to content

Commit

Permalink
removing unnecessary callabck from page_uri tracking param filter cha…
Browse files Browse the repository at this point in the history
…in. fixes #436.
  • Loading branch information
Peter Adams committed Jan 8, 2020
1 parent b6b7ed5 commit 6af87ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base/module.php
Expand Up @@ -325,7 +325,7 @@ public function setupTrackingProperties() {

'page_uri' => array(
'required' => true,
'callbacks' => array('owa_trackingEventHelpers::derivePageUri', 'owa_trackingEventHelpers::makeUrlCanonical')
'callbacks' => array('owa_trackingEventHelpers::derivePageUri')
),

'is_repeat_visitor' => array(
Expand Down

0 comments on commit 6af87ee

Please sign in to comment.