Code Context $detail = $this->Race->find('first', array('conditions' => array('Race.id' => $raceId, 'Race.enabled' => 1), 'contain' => array('Result' => array('limit' => 1), 'RaceImage')));
$this->set('detail', $detail);
$this->set("showhistory", $detail["Race"]["showhistory"]);
$raceId = 'detail'
$estado = array()
$showhistory = (int) 0
$detail = array()
RaceController::detail() - APP/Controller/RaceController.php, line 741
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107