Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunderter committed Aug 10, 2023
1 parent e597399 commit 2d0b068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function getUpdate(string $installedVersion): string
->execute();
// no break
case "1.7.0":
// update zu 1.7.1
// update zu 1.8.0
/*
* Ilch-Core und PHP-Version Anpassung
* FontAwesome 6
Expand All @@ -350,7 +350,7 @@ public function getUpdate(string $installedVersion): string
*/
$this->db()->query("UPDATE `[prefix]_modules` SET `icon_small` = '" . $this->config['icon_small'] . "' WHERE `key` = '" . $this->config['key'] . "';");
// no break
case "1.7.1":
case "1.8.0":
// update zu 1.?.?
/*
*/
Expand Down

0 comments on commit 2d0b068

Please sign in to comment.