fixing typo in exception
This commit is contained in:
parent
ff2d68dc3d
commit
d6ec2665ec
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Doctrine_Pager_Range_Sliding extends Doctrine_Pager_Range
|
|||
if (isset($this->options['chunk'])) {
|
||||
$this->_setChunkLength($this->options['chunk']);
|
||||
} else {
|
||||
throw new Doctrine_Pager_Exception('Missing parameter \'chunk\' that must be define in options.');
|
||||
throw new Doctrine_Pager_Exception('Missing parameter \'chunk\' that must be defined in options.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue