commit 190da3344f2acd2c9eef452b6060c3b67a8a1c80
parent 9ba0cba53d28a31fa25f9355a1851dd9736dbf47
Author: markseu <mark2011@mayberg.se>
Date: Sun, 22 Nov 2020 14:40:27 +0100
Updated installation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/extensions/install.php b/system/extensions/install.php
@@ -2,7 +2,7 @@
// Install extension, https://github.com/datenstrom/yellow
class YellowInstall {
- const VERSION = "0.8.43";
+ const VERSION = "0.8.44";
const PRIORITY = "1";
public $yellow; // access to API
@@ -48,7 +48,7 @@ class YellowInstall {
if ($status=="ok") $status = $this->updateSettings($language)==200 ? "ok" : "error";
if ($status=="ok") $status = $this->removeInstall()==200 ? "done" : "error";
if ($status=="done") {
- $location = $this->yellow->lookup->normaliseUrl($scheme, $address, $base, $location);
+ $location = $this->yellow->lookup->normaliseUrl($scheme, $address, $base, "/");
$statusCode = $this->yellow->sendStatus(303, $location);
} else {
$statusCode = $this->yellow->sendPage();