Remove unavailable parameter
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -281,7 +281,7 @@ class ActivityManager {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
$events = [$this->createEvent($objectType, $entity, $subject, $author)];
|
$events = [$this->createEvent($objectType, $entity, $subject)];
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// Ignore exception for undefined activities on update events
|
// Ignore exception for undefined activities on update events
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user