From 59eb6c237e1b065663ba7b51eea0b83dbc853056 Mon Sep 17 00:00:00 2001 From: Sven Schultschik Date: Sat, 2 Apr 2022 00:10:20 +0200 Subject: [PATCH] fix missing Factory using in install script --- plugins/schuweb_sitemap/kunena/script.php | 1 + plugins/schuweb_sitemap/weblinks/script.php | 1 + plugins/schuweb_sitemap/zoo/script.php | 1 + 3 files changed, 3 insertions(+) diff --git a/plugins/schuweb_sitemap/kunena/script.php b/plugins/schuweb_sitemap/kunena/script.php index 083fa54..9846d2e 100644 --- a/plugins/schuweb_sitemap/kunena/script.php +++ b/plugins/schuweb_sitemap/kunena/script.php @@ -11,6 +11,7 @@ defined('_JEXEC') or die; +use Joomla\CMS\Factory; use Joomla\CMS\Installer\InstallerScript; /** diff --git a/plugins/schuweb_sitemap/weblinks/script.php b/plugins/schuweb_sitemap/weblinks/script.php index e391ad1..28153e6 100644 --- a/plugins/schuweb_sitemap/weblinks/script.php +++ b/plugins/schuweb_sitemap/weblinks/script.php @@ -11,6 +11,7 @@ defined('_JEXEC') or die; +use Joomla\CMS\Factory; use Joomla\CMS\Installer\InstallerScript; /** diff --git a/plugins/schuweb_sitemap/zoo/script.php b/plugins/schuweb_sitemap/zoo/script.php index 3f14dfc..4ca2232 100644 --- a/plugins/schuweb_sitemap/zoo/script.php +++ b/plugins/schuweb_sitemap/zoo/script.php @@ -11,6 +11,7 @@ defined('_JEXEC') or die; +use Joomla\CMS\Factory; use Joomla\CMS\Installer\InstallerScript; /**