mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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