Skip to content
Snippets Groups Projects
Commit da93bdb5 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 202efe21
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class PullController extends ControllerBase {
$mappings[] = $mapping;
}
else {
$mappings = $this->mappingStorage->loadByProperties([["pull_standalone" => TRUE]]);
$mappings = $this->mappingStorage->loadByProperties(["pull_standalone" => TRUE]);
}
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