Skip to content
Snippets Groups Projects
Commit 44a6086d authored by Edith F's avatar Edith F Committed by Aaron Bauman
Browse files

Issue #3232757 by Edith.F: Parameter nested in extra array when calling loadByProperties

parent a67cd11d
No related branches found
No related tags found
1 merge request!40Added check for null value.
...@@ -169,7 +169,7 @@ class PullController extends ControllerBase { ...@@ -169,7 +169,7 @@ class PullController extends ControllerBase {
$mappings[] = $mapping; $mappings[] = $mapping;
} }
else { else {
$mappings = $this->mappingStorage->loadByProperties([["pull_standalone" => TRUE]]); $mappings = $this->mappingStorage->loadByProperties(["pull_standalone" => TRUE]);
} }
foreach ($mappings as $mapping) { foreach ($mappings as $mapping) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment