diff --git a/administrator/components/com_modules/src/View/Modules/HtmlView.php b/administrator/components/com_modules/src/View/Modules/HtmlView.php index 69c7e597aa34d..a11aec036840e 100644 --- a/administrator/components/com_modules/src/View/Modules/HtmlView.php +++ b/administrator/components/com_modules/src/View/Modules/HtmlView.php @@ -115,6 +115,9 @@ public function display($tpl = null) // Client id selector should not exist. $this->filterForm->removeField('client_id', ''); + // Forcing Client id to site to get the correct filters + $this->clientId = 0; + // If in the frontend state and language should not activate the search tools. if (Factory::getApplication()->isClient('site')) {