mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Merge pull request #4510 from humhub/fix/activityMail
Fixed activity queue processing problem
This commit is contained in:
commit
2f36e37a1d
@ -193,12 +193,12 @@ abstract class Stream extends Action
|
||||
|
||||
$this->streamQuery = $this->initQuery();
|
||||
|
||||
if(!$this->viewContext) {
|
||||
$this->viewContext = Yii::$app->request->get('viewContext');
|
||||
}
|
||||
|
||||
if (!Yii::$app->request->isConsoleRequest) {
|
||||
$this->streamQuery->load(Yii::$app->request->get());
|
||||
|
||||
if(!$this->viewContext) {
|
||||
$this->viewContext = Yii::$app->request->get('viewContext');
|
||||
}
|
||||
}
|
||||
|
||||
$this->beforeApplyFilters();
|
||||
|
Loading…
x
Reference in New Issue
Block a user