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 461c57e commit eda4effCopy full SHA for eda4eff
administrator/components/com_installer/models/updatesites.php
@@ -383,6 +383,9 @@ public function rebuild()
383
{
384
$app->enqueueMessage(JText::_('COM_INSTALLER_MSG_UPDATESITES_REBUILD_MESSAGE'), 'message');
385
}
386
+
387
+ // Flush the system cache to ensure extra_query is correctly loaded next time.
388
+ $this->cleanCache('_system', 1);
389
390
391
/**
0 commit comments