mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 02:38:24 +00:00
Delete old plugin file
This commit is contained in:
parent
510c296a7a
commit
a07ab47744
@ -51,6 +51,7 @@ class Com_WeblinksInstallerScript
|
||||
'/modules/mod_weblinks/mod_weblinks.php',
|
||||
'/plugins/search/weblinks/weblinks.php',
|
||||
'/plugins/finder/weblinks/weblinks.php',
|
||||
'/plugins/editors-xtd/weblink/weblink.php',
|
||||
];
|
||||
|
||||
$folders = [
|
||||
|
@ -33,12 +33,13 @@ return new class () implements ServiceProviderInterface {
|
||||
$container->set(
|
||||
PluginInterface::class,
|
||||
function (Container $container) {
|
||||
$app = Factory::getApplication();
|
||||
$dispatcher = $container->get(DispatcherInterface::class);
|
||||
|
||||
return new Weblink(
|
||||
$dispatcher,
|
||||
(array) PluginHelper::getPlugin('editors-xtd', 'weblink'),
|
||||
Factory::getApplication()
|
||||
$app
|
||||
);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user