summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-07 17:41:26 +0100
committerSimon Rettberg2017-12-07 17:41:26 +0100
commit1e3f846423c8a6bff9483c6a4891abb8695ede62 (patch)
treeb3bd1685897f479f0a768296ab894dc53df36dbc /modules-available/statistics
parent[locationinfo] Cleared the old timeout before calling the new one. (diff)
downloadslx-admin-1e3f846423c8a6bff9483c6a4891abb8695ede62.tar.gz
slx-admin-1e3f846423c8a6bff9483c6a4891abb8695ede62.tar.xz
slx-admin-1e3f846423c8a6bff9483c6a4891abb8695ede62.zip
[statistics] Load stupidtable when displaying list
Diffstat (limited to 'modules-available/statistics')
-rw-r--r--modules-available/statistics/page.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/statistics/page.inc.php b/modules-available/statistics/page.inc.php
index 6d48cc66..c3ecf52b 100644
--- a/modules-available/statistics/page.inc.php
+++ b/modules-available/statistics/page.inc.php
@@ -604,6 +604,7 @@ class Page_Statistics extends Page
*/
private function showMachineList($filterSet)
{
+ Module::isAvailable('js_stupidtable');
$filterSet->makeFragments($where, $join, $sort, $args);
$xtra = '';