summaryrefslogtreecommitdiff
path: root/includes/controller/angeltypes_controller.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-23 11:59:13 +0100
committermsquare <msquare@notrademark.de>2017-12-23 11:59:13 +0100
commitfbbea4eb5f8e72386a78c3b4639147b6e82a8535 (patch)
tree2d4b4b6f0aee8c69c3c9828cd03d292b5fefb8ae /includes/controller/angeltypes_controller.php
parent16a8b0e2fabe3dc632ae2e8dfcf9cc7a6f0c6aaa (diff)
add show on dashboard flag for angeltypes
Diffstat (limited to 'includes/controller/angeltypes_controller.php')
-rw-r--r--includes/controller/angeltypes_controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/controller/angeltypes_controller.php b/includes/controller/angeltypes_controller.php
index 621b5cbd..48b81b9f 100644
--- a/includes/controller/angeltypes_controller.php
+++ b/includes/controller/angeltypes_controller.php
@@ -141,6 +141,7 @@ function angeltype_edit_controller()
$angeltype['restricted'] = $request->has('restricted');
$angeltype['no_self_signup'] = $request->has('no_self_signup');
+ $angeltype['show_on_dashboard'] = $request->has('show_on_dashboard');
$angeltype['requires_driver_license'] = $request->has('requires_driver_license');
}