Skip to content

Commit

Permalink
[com_modules] - fix Notice: Undefined variable: clientId
Browse files Browse the repository at this point in the history
fix Notice: Undefined variable: clientId
  • Loading branch information
alikon committed Sep 19, 2017
1 parent abbfd19 commit 4db0b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions administrator/components/com_modules/models/modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ protected function populateState($ordering = 'a.position', $direction = 'asc')
if ($app->isClient('site') || $layout === 'modal')
{
$this->setState('client_id', 0);
$clientId = 0;
}
else
{
Expand Down

0 comments on commit 4db0b1f

Please sign in to comment.