Updated installation files
This commit is contained in:
parent
d44419630a
commit
8d4a7e1a7a
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue