Make prefix argument optional

This commit is contained in:
nathangray 2017-11-16 09:56:05 -07:00
parent 1f998f1612
commit b47777422b

View File

@ -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')