commit 8d4a7e1a7aa72dbd6a302c6b77e56683bb31e64c
parent d44419630aafca74a3bf5ca1aa15f03c6b979d38
Author: markseu <mark2011@mayberg.se>
Date: Thu, 12 Mar 2020 17:17:02 +0100
Updated installation files
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/system/extensions/install.php b/system/extensions/install.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowInstall {
- const VERSION = "0.8.20";
+ const VERSION = "0.8.21";
const TYPE = "feature";
const PRIORITY = "1";
public $yellow; //access to API
@@ -219,7 +219,6 @@ class YellowInstall {
if (count($this->yellow->toolbox->getTextLines($fileData))<4) {
$fileData .= "Language: $language\n";
$fileData .= "CoreDateFormatMedium: ".$this->yellow->text->getText("coreDateFormatMedium", $language)."\n";
- $fileData .= "EditLoginTitle: ".$this->yellow->text->getText("editLoginTitle", $language)."\n";
$fileData .= "picture.jpg: ".$this->yellow->text->getText("installExampleImage", $language)."\n";
if (!$this->yellow->toolbox->createFile($fileName, $fileData)) {
$statusCode = 500;