浏览代码

Updated installation files

markseu 5 年之前
父节点
当前提交
8d4a7e1a7a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      system/extensions/install.php

+ 1 - 2
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;