added curly braces where needed

This commit is contained in:
Martynas Mickevicius
2010-06-23 13:32:23 +03:00
parent 1cae244e89
commit 278ee6e2ca

View File

@@ -66,8 +66,9 @@ class PMA_Chart
*/ */
function handleOptions($options) function handleOptions($options)
{ {
if (is_null($options)) if (is_null($options)) {
return; return;
}
$this->settings = array_merge($this->settings, $options); $this->settings = array_merge($this->settings, $options);
} }