Passing get values mangles my urls
- by SibLiant
Just upgraded from 1.3 to 2.0.3 and I'm trying to migrate all the changes. I'm noticing that the following line
echo $this->Html->link('Quote', array('controller'=>'crm_quotes', 'action'=>'index', $lead['id'].'/'.$crmContact['CrmContact']['id']), null);
builds the url "/crm_quotes/index/15/21". When I click the link I'm taken to…