diff options
author | Simon Rettberg | 2017-01-19 13:15:04 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-01-19 13:15:04 +0100 |
commit | 235fdf085a9f927e6ddc2addb55bb250ccfb26e6 (patch) | |
tree | c71b363fdbc64879333aea15fe90ced0c87baceb | |
parent | [statistics_reporting] Check if user is logged in in doAjax() (diff) | |
download | slx-admin-235fdf085a9f927e6ddc2addb55bb250ccfb26e6.tar.gz slx-admin-235fdf085a9f927e6ddc2addb55bb250ccfb26e6.tar.xz slx-admin-235fdf085a9f927e6ddc2addb55bb250ccfb26e6.zip |
[statistics_reporting] config.json: Depends on statistics and locations
-rw-r--r-- | modules-available/statistics_reporting/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/config.json b/modules-available/statistics_reporting/config.json index 1a9c7fe7..f9627cdb 100644 --- a/modules-available/statistics_reporting/config.json +++ b/modules-available/statistics_reporting/config.json @@ -1,4 +1,4 @@ { "category": "main.content", - "dependencies": [ "js_stupidtable", "js_jqueryui" ] + "dependencies": [ "statistics", "locations", "js_stupidtable", "js_jqueryui" ] } |