File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
libraries/src/Installer/Adapter Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments