mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Update StreamAction.php
Delete a useless semicolon symbol
This commit is contained in:
parent
34700ea7f0
commit
d18a8ba7e0
@ -466,7 +466,7 @@ class StreamAction extends CAction
|
||||
// Posts only
|
||||
if (in_array('model_posts', $this->filters)) {
|
||||
$this->sqlWhere .= " AND content.object_model='Post'";
|
||||
;
|
||||
|
||||
}
|
||||
|
||||
// Visibility filters
|
||||
|
Loading…
x
Reference in New Issue
Block a user