Skip to content

Commit f449246

Browse files
committed
CS
1 parent 089fc40 commit f449246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administrator/components/com_modules/src/Model/ModulesModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function populateState($ordering = 'a.position', $direction = 'asc')
8787
{
8888
$this->context .= '.' . $layout;
8989
}
90-
90+
9191
// Make context client aware
9292
$this->context .= '.' . $app->input->get->getInt('client_id', 0);
9393

@@ -120,7 +120,7 @@ protected function populateState($ordering = 'a.position', $direction = 'asc')
120120
else
121121
{
122122
$clientId = (int) $this->getUserStateFromRequest($this->context . '.client_id', 'client_id', 0, 'int');
123-
$clientId = (!in_array($clientId, array (0, 1))) ? 0 : $clientId;
123+
$clientId = (!in_array($clientId, array(0, 1))) ? 0 : $clientId;
124124
$this->setState('client_id', $clientId);
125125
}
126126

0 commit comments

Comments
 (0)