forked from extern/egroupware
* InfoLog/PHP7.1: fix fatal error stalling merge-print of some InfoLog templates under PHP 7.1+
Make prefix argument optional
This commit is contained in:
parent
a213a286df
commit
5807fd0f43
@ -1421,7 +1421,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