Skip to content

Commit e74c6ac

Browse files
authored
Update PackageAdapter.php (joomla#44564)
1 parent d19b52d commit e74c6ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/src/Installer/Adapter/PackageAdapter.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ protected function storeExtension()
541541
$this->extension->name = $this->name;
542542
$this->extension->type = 'package';
543543
$this->extension->element = $this->element;
544-
$this->extension->changelogurl = $this->changelogurl;
545544

546545
// There is no folder for packages
547546
$this->extension->folder = '';
@@ -552,6 +551,9 @@ protected function storeExtension()
552551
$this->extension->params = $this->parent->getParams();
553552
}
554553

554+
// Update changelogurl
555+
$this->extension->changelogurl = $this->changelogurl;
556+
555557
// Update the manifest cache for the entry
556558
$this->extension->manifest_cache = $this->parent->generateManifestCache();
557559

0 commit comments

Comments
 (0)