summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/page.inc.php
diff options
context:
space:
mode:
authorJannik Schönartz2017-11-20 14:30:31 +0100
committerJannik Schönartz2017-11-20 14:30:31 +0100
commit0746d3c815fa5dffe8ed766043cb996e5e2ce581 (patch)
tree151ef909c3d51f4e0db81eb315601c12c0aed36e /modules-available/statistics/page.inc.php
parent[dozmod] Add missing labels for check boxes (diff)
downloadslx-admin-0746d3c815fa5dffe8ed766043cb996e5e2ce581.tar.gz
slx-admin-0746d3c815fa5dffe8ed766043cb996e5e2ce581.tar.xz
slx-admin-0746d3c815fa5dffe8ed766043cb996e5e2ce581.zip
[statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug where the client-log was losing the specific client when a filter was added.
Diffstat (limited to 'modules-available/statistics/page.inc.php')
-rw-r--r--modules-available/statistics/page.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/page.inc.php b/modules-available/statistics/page.inc.php
index 479f3089..f8b40405 100644
--- a/modules-available/statistics/page.inc.php
+++ b/modules-available/statistics/page.inc.php
@@ -920,7 +920,7 @@ class Page_Statistics extends Page
}
}
Render::addTemplate('syslog', array(
- 'clientip' => $client['clientip'],
+ 'machineuuid' => $client['machineuuid'],
'list' => $log,
));
}