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 ca7a4d3 commit 5a95845Copy full SHA for 5a95845
plugins/sampledata/multilang/multilang.php
@@ -537,7 +537,7 @@ private function enablePlugin($pluginName)
537
private function disableModuleMainMenu()
538
{
539
// Create a new db object.
540
- $db = JFactory::getDbo();
+ $db = Factory::getDbo();
541
$query = $db->getQuery(true);
542
543
// Disable main menu module with Home set to ALL languages.
0 commit comments