summaryrefslogtreecommitdiff
path: root/includes/engelsystem_provider.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-08-16 23:08:02 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-08-16 23:13:13 +0200
commitc4ee004095b178cc85767a9848e8cfc798acc369 (patch)
tree71a1e014f942e84054f1fd679ca49cb62ff90c3d /includes/engelsystem_provider.php
parent9d7389baeb1d3aaf427f65a373c1909d5e7b5340 (diff)
rework arrival stat graphs and tables
Diffstat (limited to 'includes/engelsystem_provider.php')
-rw-r--r--includes/engelsystem_provider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/engelsystem_provider.php b/includes/engelsystem_provider.php
index 057d5513..2dc425a2 100644
--- a/includes/engelsystem_provider.php
+++ b/includes/engelsystem_provider.php
@@ -38,6 +38,7 @@ require_once realpath(__DIR__ . '/../includes/controller/shifttypes_controller.p
require_once realpath(__DIR__ . '/../includes/controller/users_controller.php');
require_once realpath(__DIR__ . '/../includes/controller/user_angeltypes_controller.php');
+require_once realpath(__DIR__ . '/../includes/helper/graph_helper.php');
require_once realpath(__DIR__ . '/../includes/helper/internationalization_helper.php');
require_once realpath(__DIR__ . '/../includes/helper/message_helper.php');
require_once realpath(__DIR__ . '/../includes/helper/error_helper.php');