Update StreamAction.php

Delete a useless semicolon symbol
This commit is contained in:
Badis Merabet 2015-06-08 11:54:33 +01:00
parent 34700ea7f0
commit d18a8ba7e0

View File

@ -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