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:
2303090
)
installation doclinks
author
demeritcowboy
<demeritcowboy@hotmail.com>
Sun, 16 Aug 2020 22:29:50 +0000
(18:29 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Sun, 16 Aug 2020 22:29:50 +0000
(18:29 -0400)
CRM/Utils/System.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System.php
b/CRM/Utils/System.php
index cedef4ca0d458ca83af785ebf097b81633d5dc58..74ddd37d93a80fd1406968ac431a2ed02c2e0af4 100644
(file)
--- a/
CRM/Utils/System.php
+++ b/
CRM/Utils/System.php
@@
-1419,7
+1419,7
@@
class CRM_Utils_System {
* @return mixed
*/
public static function formatDocUrl($url) {
- return preg_replace('#^(user|sysadmin|dev)/#', '\1/en/latest/', $url);
+ return preg_replace('#^(
installation|
user|sysadmin|dev)/#', '\1/en/latest/', $url);
}
/**