diff options
author | Simon Rettberg | 2017-12-07 17:41:26 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-07 17:41:26 +0100 |
commit | 1e3f846423c8a6bff9483c6a4891abb8695ede62 (patch) | |
tree | b3bd1685897f479f0a768296ab894dc53df36dbc /modules-available | |
parent | [locationinfo] Cleared the old timeout before calling the new one. (diff) | |
download | slx-admin-1e3f846423c8a6bff9483c6a4891abb8695ede62.tar.gz slx-admin-1e3f846423c8a6bff9483c6a4891abb8695ede62.tar.xz slx-admin-1e3f846423c8a6bff9483c6a4891abb8695ede62.zip |
[statistics] Load stupidtable when displaying list
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/statistics/page.inc.php | 1 |
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 = ''; |