Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
{
Expand Down