change variable name

This commit is contained in:
aynsix
2019-12-11 18:18:30 +04:00
parent 9ac196784a
commit 8eb6ae5dfa
7 changed files with 15 additions and 14 deletions

View File

@@ -1692,7 +1692,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
$qb->andWhere($qb->expr()->notIn('coll_id', ':coll_id'));
$params['coll_id'] = $excludedCollIds;
$types[':coll_id'] = Connection::PARAM_INT_ARRAY;
$types[':coll_id'] = Connection::PARAM_INT_ARRAY;
}
$sql = $qb->setFirstResult($offset_start)