forked from extern/egroupware
Make prefix argument optional
This commit is contained in:
parent
1f998f1612
commit
b47777422b
@ -1446,7 +1446,7 @@ abstract class Merge
|
||||
* @param string $content
|
||||
* @return array
|
||||
*/
|
||||
protected function get_app_replacements($app, $id, $content, $prefix)
|
||||
protected function get_app_replacements($app, $id, $content, $prefix='')
|
||||
{
|
||||
$replacements = array();
|
||||
if($app == 'addressbook')
|
||||
|
Loading…
Reference in New Issue
Block a user