Skip to content
Snippets Groups Projects

Hotfix/2.3.3

Merged Alexandre Morin requested to merge hotfix/2.3.3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -248,7 +248,7 @@ class organization
}
if (count($queryParts)) {
$query = array(implode(" AND ", $queryParts), $variables);
$query = implode(" AND ", $queryParts);
}
return $this->sdoFactory->find("organization/organization", $query);
Loading