added curly braces where needed
This commit is contained in:
parent
1cae244e89
commit
278ee6e2ca
@ -66,8 +66,9 @@ class PMA_Chart
|
||||
*/
|
||||
function handleOptions($options)
|
||||
{
|
||||
if (is_null($options))
|
||||
if (is_null($options)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->settings = array_merge($this->settings, $options);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user