|
@@ 152-155 (lines=4) @@
|
| 149 |
|
throw new \InvalidArgumentException(); |
| 150 |
|
} |
| 151 |
|
|
| 152 |
|
if (!isset($parsedParameters['user'])) { |
| 153 |
|
// External user via public link share |
| 154 |
|
$subject = str_replace('{user}', $this->activityLang->t('"remote user"'), $subject); |
| 155 |
|
} |
| 156 |
|
|
| 157 |
|
$this->setSubjects($event, $subject, $parsedParameters); |
| 158 |
|
|
|
@@ 257-260 (lines=4) @@
|
| 254 |
|
throw new \InvalidArgumentException(); |
| 255 |
|
} |
| 256 |
|
|
| 257 |
|
if (!isset($parsedParameters['user'])) { |
| 258 |
|
// External user via public link share |
| 259 |
|
$subject = str_replace('{user}', $this->activityLang->t('"remote user"'), $subject); |
| 260 |
|
} |
| 261 |
|
|
| 262 |
|
$this->setSubjects($event, $subject, $parsedParameters); |
| 263 |
|
|