1
0
mirror of synced 2024-12-13 06:46:03 +03:00

fixing typo in exception

This commit is contained in:
pookey 2007-12-18 11:54:14 +00:00
parent ff2d68dc3d
commit d6ec2665ec

View File

@ -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.');
}
}