mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Restore default parameter value in Core\Renderer::replaceMacros
This commit is contained in:
parent
ef9b51e631
commit
64e89a516d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Renderer
|
|||
* @return string
|
||||
* @throws InternalServerErrorException
|
||||
*/
|
||||
public static function replaceMacros(string $template, array $vars)
|
||||
public static function replaceMacros(string $template, array $vars = [])
|
||||
{
|
||||
$stamp1 = microtime(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue