commit 1816fe3e8d20579b28e6989ad51de2980e81efcd
parent 1696d20bf71c5bf2e1993340275466e1638f3fef
Author: markseu <mark2011@mayberg.se>
Date: Wed, 24 Apr 2024 17:45:34 +0200
Updated core
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/system/extensions/update-available.ini b/system/extensions/update-available.ini
@@ -155,7 +155,7 @@ Tag: feature
DownloadUrl: https://github.com/annaesvensson/yellow-core/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-core
DocumentationLanguage: en, de, sv
-Published: 2024-04-24 15:56:59
+Published: 2024-04-24 17:43:59
Status: available
system/workers/core.php: core.php, create, update
system/extensions/core.php: coreupdate.txt, update
diff --git a/system/extensions/yellow-extension.ini b/system/extensions/yellow-extension.ini
@@ -8,7 +8,7 @@ Tag: feature
DownloadUrl: https://github.com/annaesvensson/yellow-core/archive/refs/heads/main.zip
DocumentationUrl: https://github.com/annaesvensson/yellow-core
DocumentationLanguage: en, de, sv
-Published: 2024-04-24 15:56:59
+Published: 2024-04-24 17:43:59
Status: available
system/workers/core.php: core.php, create, update
system/extensions/core.php: coreupdate.txt, update
diff --git a/system/workers/core.php b/system/workers/core.php
@@ -3397,8 +3397,8 @@ class YellowPage {
}
// Return page URL
- public function getUrl($canoncialUrl = false) {
- if ($canoncialUrl) {
+ public function getUrl($canonicalUrl = false) {
+ if ($canonicalUrl) {
$scheme = $this->yellow->system->get("coreServerScheme");
$address = $this->yellow->system->get("coreServerAddress");
$location = $this->yellow->system->get("coreServerBase").$this->location;