commit d009943002660a4cfcfadf2ba7027926d497fe2e
parent 5175115f99d785312be135a9205b24edbd2b458a
Author: markseu <mark2011@mayberg.se>
Date: Thu, 6 Aug 2020 21:30:38 +0200
Updated installation, log file
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.31";
+ const VERSION = "0.8.32";
const PRIORITY = "1";
public $yellow; // access to API
@@ -79,7 +79,7 @@ class YellowInstall {
$fileName = $this->yellow->system->get("coreExtensionDirectory").$this->yellow->system->get("coreLogFile");
if (!is_file($fileName)) {
list($name, $version) = $this->yellow->toolbox->detectServerInformation();
- $this->yellow->log("info", "Datenstrom Yellow ".YellowCore::VERSION.", PHP ".PHP_VERSION.", $name $version, ".PHP_OS);
+ $this->yellow->log("info", "Datenstrom Yellow ".YellowCore::RELEASE.", PHP ".PHP_VERSION.", $name $version, ".PHP_OS);
if (!is_file($fileName)) {
$statusCode = 500;
$this->yellow->page->error(500, "Can't write file '$fileName'!");