We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c20734 commit e3be5dcCopy full SHA for e3be5dc
main/inc/lib/statistics.lib.php
@@ -1072,9 +1072,7 @@ public static function printActivitiesStats()
1072
$parameters = [];
1073
1074
$parameters['report'] = 'activities';
1075
- if (isset($_GET['keyword'])) {
1076
- $parameters['keyword'] = Security::remove_XSS($_GET['keyword']);
1077
- }
+ $parameters['keyword'] = Security::remove_XSS($_GET['keyword']);
1078
1079
$table->set_additional_parameters($parameters);
1080
$table->set_header(0, get_lang('EventType'));
0 commit comments