Oops, only modify group name in overboard when there is a group name.
This commit is contained in:
parent
ffb8d988f4
commit
2810345e14
|
@ -97,9 +97,8 @@ if (isset($_GET['time'])) {
|
|||
}
|
||||
}
|
||||
|
||||
$_GET['thisgroup'] = _rawurldecode($_GET['thisgroup']);
|
||||
|
||||
if (isset($_GET['thisgroup'])) {
|
||||
$_GET['thisgroup'] = _rawurldecode($_GET['thisgroup']);
|
||||
if(get_section_by_group($_GET['thisgroup']) == false) {
|
||||
echo "Group not found";
|
||||
exit(1);
|
||||
|
|
Loading…
Reference in New Issue