We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4748073 commit 0262fdaCopy full SHA for 0262fda
core/src/Revolution/Rest/modRestController.php
@@ -668,7 +668,8 @@ public function post()
668
$properties = $this->getProperties();
669
670
if (!empty($this->postRequiredFields)) {
671
- if ($result = $this->checkRequiredFields($this->postRequiredFields) !== true) {
+ $result = $this->checkRequiredFields($this->postRequiredFields);
672
+ if ($result !== true) {
673
return $this->failure($result);
674
}
675
0 commit comments