Skip to content

Commit

Permalink
Select Module. Shows always frontend modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmert committed Dec 9, 2015
1 parent 0ade088 commit db1605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_modules/models/select.php
Expand Up @@ -33,7 +33,7 @@ protected function populateState($ordering = null, $direction = null)
$app = JFactory::getApplication('administrator');

// Load the filter state.
$clientId = $app->getUserState('com_modules.modules.filter.client_id', 0);
$clientId = $app->getUserState('com_modules.modules.client_id', 0);
$this->setState('filter.client_id', (int) $clientId);

// Load the parameters.
Expand Down

0 comments on commit db1605f

Please sign in to comment.