* [bug#58791,done,1h,0h] Fix fetchAll error.
This commit is contained in:
@@ -1087,7 +1087,7 @@ class actionModel extends model
|
||||
->beginIF(!empty($actionCondition))->andWhere("($actionCondition)")->fi()
|
||||
->orderBy($orderBy)
|
||||
->limit($limit)
|
||||
->fetchAll();
|
||||
->fetchAll('id', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user