summaryrefslogtreecommitdiff
path: root/includes/controller
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-11-24 10:02:52 +0100
committermsquare <msquare@notrademark.de>2017-11-24 10:02:52 +0100
commitd8476f244dd0ee1bccaab53f123fa12f2a9c9501 (patch)
treec03ddfa46dcbe78f1ac3bbc7760a7386025e2beb /includes/controller
parentf58a46603cecebb3737feedc0088091df44412dc (diff)
complete feature contact info for angeltypes, fixes #275
Diffstat (limited to 'includes/controller')
-rw-r--r--includes/controller/angeltypes_controller.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/controller/angeltypes_controller.php b/includes/controller/angeltypes_controller.php
index 3e377fb0..eaaa9c0f 100644
--- a/includes/controller/angeltypes_controller.php
+++ b/includes/controller/angeltypes_controller.php
@@ -143,6 +143,10 @@ function angeltype_edit_controller()
$angeltype['description'] = strip_request_item_nl('description', $angeltype['description']);
+ $angeltype['contact_name'] = strip_request_item('contact_name', $angeltype['contact_name']);
+ $angeltype['contact_dect'] = strip_request_item('contact_dect', $angeltype['contact_dect']);
+ $angeltype['contact_email'] = strip_request_item('contact_email', $angeltype['contact_email']);
+
if ($valid) {
if ($angeltype['id'] != null) {
AngelType_update($angeltype);