Code Context //$locationName = urlencode(str_replace("/", '\\', $this->request->params['locationName']));
$locationName = str_replace('\\', '/',urldecode(urldecode($this->request->params['locationName'])));
$couponId = str_replace('\\', '/',urldecode(urldecode($this->request->params['couponId'])));
$locationName = 'The Music Box Supper Club'
StatsController::clickThough() - APP/Controller/StatsController.php, line 17
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 488
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 103
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 85
[main] - APP/webroot/index.php, line 96