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:
3138c9b
)
formatting fixes
author
Donald A. Lobo
<lobo@civicrm.org>
Wed, 29 May 2013 17:29:15 +0000
(10:29 -0700)
committer
Donald A. Lobo
<lobo@civicrm.org>
Wed, 29 May 2013 17:41:22 +0000
(10:41 -0700)
CRM/Utils/System.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System.php
b/CRM/Utils/System.php
index ed53d72e7f3f1638ae33082ec18d63ddd9554542..a403d4e51510a0c5ee93d7d9e962e49b979293c5 100644
(file)
--- a/
CRM/Utils/System.php
+++ b/
CRM/Utils/System.php
@@
-259,7
+259,8
@@
class CRM_Utils_System {
$p = self::currentPath();
}
- return self::url($p,
+ return self::url(
+ $p,
CRM_Utils_Array::value('q', $params),
CRM_Utils_Array::value('a', $params, FALSE),
CRM_Utils_Array::value('f', $params),