Skip to content

Commit

Permalink
Fixes matomo-org#4572 Make code work. Thanks for the report! (please …
Browse files Browse the repository at this point in the history
…keep feedback coming about HipHop virtual machine! that's super interesting :))
  • Loading branch information
mattab committed Jan 27, 2014
1 parent 99ada87 commit d71d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Common.php
Expand Up @@ -964,9 +964,9 @@ public static function getCampaignParameters()
} else {
$list = array($list);
}
$list = array_map('trim', $list);
}

array_walk_recursive($return, 'trim');
return $return;
}

Expand Down

0 comments on commit d71d0b1

Please sign in to comment.