Skip to content

Commit e54790a

Browse files
authored
[6.0] Update Site ID fatal error (joomla#45215)
Another fix as a result of "return a stdClass instead of CMSObject" joomla#42961
1 parent 60d1f0e commit e54790a

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_installer/src/View/Updatesite

1 file changed

+1
-1
lines changed

administrator/components/com_installer/src/View/Updatesite/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function display($tpl = null): void
7070

7171
// Remove the extra_query field if it's a free download extension
7272
$dlidSupportingSites = InstallerHelper::getDownloadKeySupportedSites(false);
73-
$update_site_id = $this->item->get('update_site_id');
73+
$update_site_id = $this->item->update_site_id;
7474

7575
if (!\in_array($update_site_id, $dlidSupportingSites)) {
7676
$this->form->removeField('extra_query');

0 commit comments

Comments
 (0)