fixing version name
这个提交包含在:
父节点
7be723108a
当前提交
cf8ecb1ed2
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -42,7 +42,7 @@
|
||||||
$current_version=$this->optionslib->get_option('version');
|
$current_version=$this->optionslib->get_option('version');
|
||||||
if ($data !== null && !empty($data)) {
|
if ($data !== null && !empty($data)) {
|
||||||
foreach ($data as $singledata) {
|
foreach ($data as $singledata) {
|
||||||
if ($singledata['name']==$current_version) {
|
if ($singledata['tag_name']==$current_version) {
|
||||||
$firstRelease = $singledata;
|
$firstRelease = $singledata;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用