summaryrefslogtreecommitdiff
path: root/includes/pages/admin_log.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_log.php')
-rw-r--r--includes/pages/admin_log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_log.php b/includes/pages/admin_log.php
index d45a232b..97b81585 100644
--- a/includes/pages/admin_log.php
+++ b/includes/pages/admin_log.php
@@ -9,7 +9,7 @@ function admin_log() {
if (isset($_REQUEST['keyword'])) {
$filter = strip_request_item('keyword');
}
- $log_entries_source = LogEntries_filter($_POST['keyword']);
+ $log_entries_source = LogEntries_filter($filter);
$log_entries = [];
foreach ($log_entries_source as $log_entry) {