summaryrefslogtreecommitdiff
path: root/includes/controller/shifttypes_controller.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-10-04 16:50:06 +0200
committermsquare <msquare@notrademark.de>2016-10-04 16:50:06 +0200
commiteec10ebfc5c14ab9b72d3b81b7d44a2e507f5473 (patch)
tree9cb1a879919b93f832796cb449229ec9a54e9ac0 /includes/controller/shifttypes_controller.php
parent455e41720068740c523bfc4b15cf30e3811e4281 (diff)
reduce complexity of user angeltypes controller
Diffstat (limited to 'includes/controller/shifttypes_controller.php')
-rw-r--r--includes/controller/shifttypes_controller.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/controller/shifttypes_controller.php b/includes/controller/shifttypes_controller.php
index 88feffed..5e547895 100644
--- a/includes/controller/shifttypes_controller.php
+++ b/includes/controller/shifttypes_controller.php
@@ -128,9 +128,6 @@ function shifttype_controller() {
$angeltype = null;
if ($shifttype['angeltype_id'] != null) {
$angeltype = AngelType($shifttype['angeltype_id']);
- if ($angeltype === false) {
- engelsystem_error('Unable to load angeltype.');
- }
}
return [