From 4cdd1dddeb8a3e8b7d0c079f2793d98c12761fdf Mon Sep 17 00:00:00 2001 From: Kevin Cristiano Date: Tue, 10 Oct 2017 09:13:57 -0400 Subject: [PATCH] Buildkit Installs are failing. update wp.backend.base to ensure admin_url is correct --- Civi/Core/Paths.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Core/Paths.php b/Civi/Core/Paths.php index fc2f670693..3f49d450b8 100644 --- 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( -- 2.25.1