Skip to content

Commit

Permalink
Merge pull request #2871 from HB9HIL/versioninfo_hotfix
Browse files Browse the repository at this point in the history
Fixing Version Info
  • Loading branch information
magicbug authored Dec 22, 2023
2 parents 7be7231 + cf8ecb1 commit 99200f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/version_dialog/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
$current_version=$this->optionslib->get_option('version');
if ($data !== null && !empty($data)) {
foreach ($data as $singledata) {
if ($singledata['name']==$current_version) {
if ($singledata['tag_name']==$current_version) {
$firstRelease = $singledata;
continue;
}
Expand Down

0 comments on commit 99200f0

Please sign in to comment.