We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd1e18 commit 89502fdCopy full SHA for 89502fd
administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
@@ -614,8 +614,8 @@ public function changeAutoUpdateRegistration(AutoupdateRegisterState $targetStat
614
Factory::getApplication()->enqueueMessage(
615
Text::sprintf(
616
'COM_JOOMLAUPDATE_AUTOUPDATE_REGISTER_ERROR',
617
- $result['message'] ?: '',
618
- $result['status'] ?: ''
+ $result['message'] ?? '',
+ $result['status'] ?? ''
619
),
620
'error'
621
);
0 commit comments