Skip to content
Snippets Groups Projects
Commit b15510ed authored by Thomas Müller's avatar Thomas Müller
Browse files

magic strings - bad kungfu

parent 506a3400
Branches
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ if (isset($_GET['limit'])) {
}
if (isset($_GET['gid']) && !empty($_GET['gid'])) {
$gid = $_GET['gid'];
if ($gid === '_everyone') {
$gid = false;
}
} else {
$gid = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment