Api: Fix replacements from sub-apps (eg: infolog contact) were missing

This commit is contained in:
nathan 2021-10-19 09:17:22 -06:00
parent 3ad98840c1
commit 7a7f80f7d9

View File

@ -1793,7 +1793,7 @@ abstract class Merge
public function get_app_replacements($app, $id, $content, $prefix = '')
{
$replacements = array();
if(!$app || $id || !$content)
if(!$app || !$id || !$content)
{
return $replacements;
}