Skip to content
Snippets Groups Projects
Commit f33893fd authored by Sunil Pawar's avatar Sunil Pawar
Browse files

Small Correction

parent ff1767f3
Branches
Tags
No related merge requests found
......@@ -1227,7 +1227,7 @@ WHERE {$whereClause}";
if ($savedSearch == 1) {
$clauses[] = 'groups.saved_search_id IS NOT NULL';
}
else if ($savedSearch == 2) {
elseif ($savedSearch == 2) {
$clauses[] = 'groups.saved_search_id IS NULL';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment