@@ -382,7 +382,8 @@ |
||
382 | 382 | if (isset($options[$optionName])) { |
383 | 383 | if ($this->checkOptionDate($options[$optionName])) { |
384 | 384 | $return[$optionName] = $options[$optionName]; |
385 | - } else { |
|
385 | + } |
|
386 | + else { |
|
386 | 387 | $this->logger->error('Incorrect date param option', array($optionName => $options[$optionName])); |
387 | 388 | throw new IncorrectParamException; |
388 | 389 | } |