|
@@ -52,11 +52,11 @@ |
|
|
block discarded – undo |
|
52
|
52
|
$this->methodProperties['DocumentRefs'] = array_values(/** @scrutinizer ignore-type */ $DocumentRefs); |
|
53
|
53
|
|
|
54
|
54
|
if ($Ref) { |
|
55
|
|
- $this->methodProperties['Ref'] = $Ref; |
|
|
55
|
+ $this->methodProperties['Ref'] = $Ref; |
|
56
|
56
|
} |
|
57
|
57
|
|
|
58
|
58
|
if ($Date) { |
|
59
|
|
- $this->methodProperties['Date'] = checkDate($Date); |
|
|
59
|
+ $this->methodProperties['Date'] = checkDate($Date); |
|
60
|
60
|
} |
|
61
|
61
|
|
|
62
|
62
|
return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties, true); |
Please login to merge, or discard this patch.