mirror of
https://github.com/humhub/humhub.git
synced 2025-02-23 18:56:00 +01:00
Changed visibility of StreamSuppressQuery::isSuppressionActive
This commit is contained in:
parent
67df021381
commit
754afefb0e
@ -83,7 +83,7 @@ class StreamSuppressQuery extends StreamQuery
|
||||
/**
|
||||
* @since 1.8
|
||||
*/
|
||||
public function isSuppressionActive()
|
||||
protected function isSuppressionActive()
|
||||
{
|
||||
return !($this->preventSuppression || $this->limit < 3 || $this->isSingleContentQuery());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user