mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fixed activity queue processing problem
This commit is contained in:
parent
d81930330d
commit
ee7ee4e712
@ -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