Skip to content

Commit 6d83587

Browse files
authored
Set the app in the local plugin correctly (#41051)
1 parent e4d12c1 commit 6d83587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/filesystem/local/services/provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function (Container $container) {
3838
(array) PluginHelper::getPlugin('filesystem', 'local'),
3939
JPATH_ROOT
4040
);
41-
$plugin->setLanguage(Factory::getApplication()->getLanguage());
41+
$plugin->setApplication(Factory::getApplication());
4242

4343
return $plugin;
4444
}

0 commit comments

Comments
 (0)