Fix typo in navigation chain.

agranig/1_0_subfix
Andreas Granig 13 years ago
parent ed680b281d
commit fd0ad5891a

@ -853,7 +853,7 @@ sub preferences_callforward_destinationset_create :Chained('base') :PathPart('pr
} catch($e) {
$c->log->error("failed to create new destination set: $e");
}
NGCP::Panel::Utils::Navigation::back_uri($c,
NGCP::Panel::Utils::Navigation::back_or($c,
$c->uri_for_action('/subscriber/preferences_callforward_destinationset',
[$c->req->captures->[0]], $cf_type)
);

Loading…
Cancel
Save