fixing version name

This commit is contained in:
HB9HIL
2023-12-22 16:46:18 +01:00
parent 7be723108a
commit cf8ecb1ed2

View File

@@ -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;
}