mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:28:53 +01:00
Api: Fix replacements from sub-apps (eg: infolog contact) were missing
This commit is contained in:
parent
a268ebbdab
commit
f4daa11c5b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user