Skip to content

Commit

Permalink
v1.0.4 Stable Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Axton committed Apr 15, 2022
1 parent 30a24c7 commit db698fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function determineSystemVersion()
if ($thisVersion["VERSION"] != $latestVersion["VERSION"]) {
return '<x style="color:red">v' . $thisVersion["VERSION"] . ' (Outdated!)</x>';
} else {
return 'v' . $thisVersion . '';
return 'v' . $thisVersion["VERSION"] . '';
}
}

Expand Down

0 comments on commit db698fc

Please sign in to comment.