projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb0ca0
)
Fix refresh bug with embedded search forms in contact summary tabs
author
Coleman Watts
<coleman@civicrm.org>
Tue, 26 Aug 2014 20:32:38 +0000
(21:32 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 26 Aug 2014 20:32:38 +0000
(21:32 +0100)
CRM/Utils/Sort.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Sort.php
b/CRM/Utils/Sort.php
index be88f6c436470f319f3b7e64a7603b481557c21b..8f56c9dc82e68cea004d280e252be815b54e22eb 100644
(file)
--- a/
CRM/Utils/Sort.php
+++ b/
CRM/Utils/Sort.php
@@
-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);
}