MT#7265 Fix "auto" signature.

Repetition of the commit 1dd2622b94.
ipeshinskaya/InvoiceTemplate5
Irina Peshinskaya 12 years ago
parent 98894c7d48
commit b0f1d9f26e

@ -9,7 +9,7 @@ use NGCP::Panel::Form::NumberBlock::BlockReseller;
use NGCP::Panel::Utils::Message;
use NGCP::Panel::Utils::Navigation;
sub auto {
sub auto :Private{
my ($self, $c) = @_;
$c->log->debug(__PACKAGE__ . '::auto');
NGCP::Panel::Utils::Navigation::check_redirect_chain(c => $c);

@ -12,7 +12,7 @@ use NGCP::Panel::Form::SubscriberProfile::ProfileClone;
use NGCP::Panel::Utils::Message;
use NGCP::Panel::Utils::Navigation;
sub auto {
sub auto :Private{
my ($self, $c) = @_;
$c->log->debug(__PACKAGE__ . '::auto');
NGCP::Panel::Utils::Navigation::check_redirect_chain(c => $c);

Loading…
Cancel
Save