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
|
* @param string $content
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function get_app_replacements($app, $id, $content, $prefix)
|
protected function get_app_replacements($app, $id, $content, $prefix='')
|
||||||
{
|
{
|
||||||
$replacements = array();
|
$replacements = array();
|
||||||
if($app == 'addressbook')
|
if($app == 'addressbook')
|
||||||
|
Loading…
Reference in New Issue
Block a user