mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
fixing version name
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user