mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 16cf0283f9c0c994ded123b71b5d882af8490d7f
parent e1f4836d860bc8c55bdeda392c935e7987149f2c
Author: markseu <mark2011@mayberg.se>
Date:   Sat,  8 Aug 2020 07:26:54 +0200

Refactored code base, clean up

Diffstat:
Msystem/extensions/install.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/system/extensions/install.php b/system/extensions/install.php @@ -38,7 +38,6 @@ class YellowInstall { $this->yellow->page = new YellowPage($this->yellow); $this->yellow->page->setRequestInformation($scheme, $address, $base, $location, $fileName); $this->yellow->page->parseData($this->getRawDataInstall(), false, $statusCode, $this->yellow->page->get("pageError")); - $this->yellow->page->safeMode = false; if ($status=="install") $status = $this->updateExtension($extension)==200 ? "ok" : "error"; if ($status=="ok") $status = $this->updateUser($email, $password, $author, $language)==200 ? "ok" : "error"; if ($status=="ok") $status = $this->updateContent($language, "installHome", "/")==200 ? "ok" : "error";