diff --git a/include/class.queue.php b/include/class.queue.php index 87f2850ef6405727798d026bef31eb6e48f758ba..46953fc83730767454b7e741df916d409dfb4fec 100644 --- a/include/class.queue.php +++ b/include/class.queue.php @@ -2248,7 +2248,7 @@ extends VerySimpleModel { if ($include_queue && ($q = $this->getQueue()) && ($q_conds = $q->getConditions()) ) { - $this->_conditions = array_merge($this->_conditions, $q_conds); + $this->_conditions = array_merge($q_conds, $this->_conditions); } } return $this->_conditions;