Fix Introduction user selection

This commit is contained in:
Philipp Holzer 2021-11-28 15:27:39 +01:00 committed by Hypolite Petovan
parent a88cc8d5c8
commit d8ac002001

View file

@ -109,7 +109,7 @@ class Introduction extends BaseRepository
{
try {
$BaseCollection = parent::_selectByBoundaries(
['`uid = ?` AND NOT `ignore`',$uid],
['`uid` = ? AND NOT `ignore`',$uid],
['order' => ['id' => 'DESC']],
$min_id, $max_id, $limit);
} catch (\Exception $e) {