Added missing variable
Change-Id: I4236ad59d56eaecbe8179b9d697320c7ef5ca7d0
This commit is contained in:
parent
b81f951093
commit
2b41e04669
@ -75,6 +75,8 @@ abstract class RetrieveSummitEventsStrategy
|
||||
*/
|
||||
protected function buildFilter(){
|
||||
|
||||
$filter = null;
|
||||
|
||||
if (Input::has('filter')) {
|
||||
$filter = FilterParser::parse(Input::get('filter'), $this->getValidFilters());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user