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:
da0a7aa
)
Buildkit Installs are failing.
author
Kevin Cristiano
<kcristiano@tadpole.cc>
Tue, 10 Oct 2017 13:13:57 +0000
(09:13 -0400)
committer
GitHub
<noreply@github.com>
Tue, 10 Oct 2017 13:13:57 +0000
(09:13 -0400)
update wp.backend.base to ensure admin_url is correct
Civi/Core/Paths.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Core/Paths.php
b/Civi/Core/Paths.php
index fc2f6706934fe3036567e0611fef07d20aa6021d..3f49d450b8a1d915add1bf6819967d43a3822159 100644
(file)
--- a/
Civi/Core/Paths.php
+++ b/
Civi/Core/Paths.php
@@
-67,7
+67,7
@@
class Paths {
);
})
->register('wp.backend.base', function () {
- return array('url' => CIVICRM_UF_BASEURL . 'wp-admin/');
+ return array('url' => CIVICRM_UF_BASEURL . '
/
wp-admin/');
})
->register('wp.backend', function () use ($paths) {
return array(