Buildkit Installs are failing.
authorKevin Cristiano <kcristiano@tadpole.cc>
Tue, 10 Oct 2017 13:13:57 +0000 (09:13 -0400)
committerGitHub <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

index fc2f6706934fe3036567e0611fef07d20aa6021d..3f49d450b8a1d915add1bf6819967d43a3822159 100644 (file)
@@ -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(