finish cleanup of angeltypes controller

main
Philip Häusler 9 years ago
parent 91bc5cf914
commit dc5b0a6214

@ -141,7 +141,6 @@ function angeltype_edit_controller() {
$description = strip_request_item_nl('description');
if ($ok) {
$restricted = $restricted ? 1 : 0;
if (isset($angeltype)) {
$result = AngelType_update($angeltype['id'], $name, $restricted, $description, $requires_driver_license);
if ($result === false)

Loading…
Cancel
Save