* [misc,done,0.2h] fix block error.
This commit is contained in:
@@ -699,7 +699,7 @@ class actionTao extends actionModel
|
||||
->beginIF($actionCondition)->andWhere("($actionCondition)")->fi()
|
||||
->orderBy($orderBy)
|
||||
->limit($limit)
|
||||
->fetchAll();
|
||||
->fetchAll('', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -108,7 +108,7 @@ class blockModel extends model
|
||||
->andWhere('hidden')->eq(0)
|
||||
->andWhere('vision')->eq($this->config->vision)
|
||||
->orderBy('width_desc,top_asc,id_asc')
|
||||
->fetchAll();
|
||||
->fetchAll('', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user