Skip to content

Commit

Permalink
null is the defaul value so we son't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jul 29, 2016
1 parent 6032c93 commit 0736965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected function getOptions()
}

// Filter by client id.
$clientId = $this->getAttribute('clientid', null);
$clientId = $this->getAttribute('clientid');

if (!is_null($clientId))
{
Expand Down

0 comments on commit 0736965

Please sign in to comment.