summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-10-24 14:03:26 +0200
committermsquare <msquare@notrademark.de>2018-10-24 19:15:52 +0200
commit8f519a69e944a522362eabf2979c7a3f984deb37 (patch)
treed5369caf956c65e0f1b32fd2a160f8f8e77f9d6d /src
parentc1e0e121f0cee7e6ce9095683043e6c4524df95c (diff)
Removed `shifts_json_export_all` reference
Diffstat (limited to 'src')
-rw-r--r--src/Middleware/LegacyMiddleware.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Middleware/LegacyMiddleware.php b/src/Middleware/LegacyMiddleware.php
index ebf456eb..4f61ad32 100644
--- a/src/Middleware/LegacyMiddleware.php
+++ b/src/Middleware/LegacyMiddleware.php
@@ -25,7 +25,6 @@ class LegacyMiddleware implements MiddlewareInterface
'shift_entries',
'shifts',
'shifts_json_export',
- 'shifts_json_export_all',
'stats',
'users',
'user_driver_licenses',
@@ -123,10 +122,6 @@ class LegacyMiddleware implements MiddlewareInterface
require_once realpath(__DIR__ . '/../../includes/controller/shifts_controller.php');
shifts_json_export_controller();
/** @noinspection PhpMissingBreakStatementInspection */
- case 'shifts_json_export_all':
- require_once realpath(__DIR__ . '/../../includes/controller/shifts_controller.php');
- shifts_json_export_all_controller();
- /** @noinspection PhpMissingBreakStatementInspection */
case 'stats':
require_once realpath(__DIR__ . '/../../includes/pages/guest_stats.php');
guest_stats();