Skip to content

Commit

Permalink
fixing bug introduced in JS tracking tag generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Jun 11, 2018
1 parent 065097e commit 8741171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owa_coreAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ public static function getJsTrackerTag( $site_id, $options = array() ) {
$t->set( 'site_id', $site_id );
$cmds = owa_coreAPI::filter( 'tracker_tag_cmds', array() );
$t->set( 'cmds', $cmds );
$t->set('options', $options);
$t->set_template('js_log_tag.tpl');
return $t->fetch();
}
Expand Down

0 comments on commit 8741171

Please sign in to comment.