Skip to content

Commit

Permalink
Update -> 6.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AEon-Jan authored Jul 24, 2020
1 parent 1204242 commit 4ba5afb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ function versioncheck ($current, $new ,$file ,$response, $developer = false) {
if (versioncheck($version, '6.1.7', 'update_616-617.php', $response)) {
$version = '6.1.7';
}
if (versioncheck($version, '6.1.8', 'update_617-618.php', $response)) {
$version = '6.1.8';
}

try {

Expand All @@ -207,7 +210,7 @@ function versioncheck ($current, $new ,$file ,$response, $developer = false) {

if ($query->fetchColumn() == 'Y') {

$devVersion = '6.1.7';
$devVersion = '6.1.8';

if (versioncheck($version, $devVersion, 'update_developer.php', $response, true)) {
$version = $devVersion;
Expand Down

0 comments on commit 4ba5afb

Please sign in to comment.