From fd0ad5891a071964b5ac5d5603a7a6f2dce48b8d Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 6 Aug 2013 11:42:57 +0200 Subject: [PATCH] Fix typo in navigation chain. --- lib/NGCP/Panel/Controller/Subscriber.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Controller/Subscriber.pm b/lib/NGCP/Panel/Controller/Subscriber.pm index 8f15549056..80a04fe859 100644 --- a/lib/NGCP/Panel/Controller/Subscriber.pm +++ b/lib/NGCP/Panel/Controller/Subscriber.pm @@ -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) );