Merge pull request #4466 from eileenmcnaughton/master
[civicrm-core.git] / CRM / Utils / Sort.php
index be88f6c436470f319f3b7e64a7603b481557c21b..8f56c9dc82e68cea004d280e252be815b54e22eb 100644 (file)
@@ -139,7 +139,7 @@ class CRM_Utils_Sort {
       $this->_currentSortDirection = $this->_vars[$this->_currentSortID]['direction'];
     }
     $this->_urlVar = self::SORT_ID;
-    $this->_link = CRM_Utils_System::makeURL($this->_urlVar);
+    $this->_link = CRM_Utils_System::makeURL($this->_urlVar, TRUE);
 
     $this->initialize($defaultSortOrder);
   }