mirror of
https://github.com/humhub/humhub.git
synced 2025-04-24 17:24:39 +02:00
Fixed Activity Mailing Issue
This commit is contained in:
parent
984fa6c13d
commit
9a15546dff
@ -170,7 +170,7 @@ class Activity extends HActiveRecordContent {
|
||||
$workspace = Space::model()->findByPk($this->content->space_id);
|
||||
}
|
||||
|
||||
$user = $this->content->getUser();
|
||||
$user = $this->content->user;
|
||||
if ($user == null)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user