Skip to content

Commit 5a95845

Browse files
authored
other
1 parent ca7a4d3 commit 5a95845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sampledata/multilang/multilang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ private function enablePlugin($pluginName)
537537
private function disableModuleMainMenu()
538538
{
539539
// Create a new db object.
540-
$db = JFactory::getDbo();
540+
$db = Factory::getDbo();
541541
$query = $db->getQuery(true);
542542

543543
// Disable main menu module with Home set to ALL languages.

0 commit comments

Comments
 (0)