diff --git a/include/class.queue.php b/include/class.queue.php
index a8ebafb3d3a12d05d327e0c78b76bf5676969f3d..6b4c1adc1cab13613ffd170f80a6d568e4cf5518 100644
--- a/include/class.queue.php
+++ b/include/class.queue.php
@@ -2257,7 +2257,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;