Remove extra space from QueryBuilder::addCriteria()
This commit is contained in:
parent
d3ab948d88
commit
433d208572
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ class QueryBuilder
|
|||
}
|
||||
|
||||
// Overwrite limits only if they was set in criteria
|
||||
if (($firstResult = $criteria->getFirstResult()) !== null) {
|
||||
if (($firstResult = $criteria->getFirstResult()) !== null) {
|
||||
$this->setFirstResult($firstResult);
|
||||
}
|
||||
if (($maxResults = $criteria->getMaxResults()) !== null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue