mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Api: Fix replacements from sub-apps (eg: infolog contact) were missing
This commit is contained in:
parent
3ad98840c1
commit
7a7f80f7d9
@ -1793,7 +1793,7 @@ abstract class Merge
|
|||||||
public function get_app_replacements($app, $id, $content, $prefix = '')
|
public function get_app_replacements($app, $id, $content, $prefix = '')
|
||||||
{
|
{
|
||||||
$replacements = array();
|
$replacements = array();
|
||||||
if(!$app || $id || !$content)
|
if(!$app || !$id || !$content)
|
||||||
{
|
{
|
||||||
return $replacements;
|
return $replacements;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user