Adding extra URL parameters for pagination

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3594 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-09-29 01:30:09 +00:00
parent cb29921144
commit 8319e0ff30

View file

@ -968,7 +968,7 @@ class Controller extends Object {
return array();
}
$options = am($this->params, $this->passedArgs);
$options = am($this->params, $this->params['url'], $this->passedArgs);
if (isset($this->pagination[$object->name])) {
$defaults = $this->paginate[$object->name];
} else {