remove new trailing spaces
[civicrm-core.git] / CRM / Case / BAO / Query.php
index af40d21062976e2e57485f3669c86b0970d865d3..82b56c3774893ae5861f3a876c977f8b00554e79 100644 (file)
@@ -492,7 +492,7 @@ class CRM_Case_BAO_Query {
           }
         }
       case 'case_tags':
-        $tags = CRM_Core_PseudoConstant::tag();
+        $tags = CRM_Core_PseudoConstant::get('CRM_Core_DAO_EntityTag', 'tag_id', array('onlyActive' => FALSE));
 
         if (is_array($value)) {
           foreach ($value as $k => $v) {