Skip to content
Snippets Groups Projects
Commit 2dc10e62 authored by Adrian Lorenc's avatar Adrian Lorenc
Browse files

ISAICP-9121: Logo can be null.

parent 2a1720be
No related branches found
No related tags found
1 merge request!190Release v1.113.0
......@@ -319,7 +319,7 @@ protected function getArguments(): array {
'value' => $group->toUrl('member-overview')->setAbsolute()->toString(),
],
'@group_logo' => [
'value' => $group->getLogoAsUrl()->setAbsolute()->toString(),
'value' => $group->getLogoAsUrl()?->setAbsolute()->toString(),
],
'@author_name' => [
'value' => $sender->getDisplayName(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment