diff --git a/protected/humhub/modules/stream/models/StreamSuppressQuery.php b/protected/humhub/modules/stream/models/StreamSuppressQuery.php index 6bf79cf143..5749c34841 100644 --- a/protected/humhub/modules/stream/models/StreamSuppressQuery.php +++ b/protected/humhub/modules/stream/models/StreamSuppressQuery.php @@ -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()); }