diff --git a/module/action/tao.php b/module/action/tao.php index d1bc878bea..2aadd052c8 100644 --- a/module/action/tao.php +++ b/module/action/tao.php @@ -699,7 +699,7 @@ class actionTao extends actionModel ->beginIF($actionCondition)->andWhere("($actionCondition)")->fi() ->orderBy($orderBy) ->limit($limit) - ->fetchAll(); + ->fetchAll('', false); } /** diff --git a/module/block/model.php b/module/block/model.php index 2766aa2bd2..d3729851fa 100644 --- a/module/block/model.php +++ b/module/block/model.php @@ -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); } /**