Skip to content

Commit b06b033

Browse files
committed
2 parents 3b4eb1c + 9155a42 commit b06b033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Block/Adminhtml/System/ListLicense.php

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
184184
$_product['purl'] = $xmlData->item_url;
185185
$_product['item_title'] = $xmlData->item_title;
186186
$_product['version'] = $xmlData->version;
187+
$_product['key'] = ($xmlData->key)?$xmlData->key:'';
187188
$extensions[] = $_product;
188189
break;
189190
}

0 commit comments

Comments
 (0)