Forgot one cleanup item. Transactions now properly redirect to the account module when directly called
This commit is contained in:
parent
4ff722bd5d
commit
f1d2a2e8ef
3 changed files with 5 additions and 88 deletions
|
|
@ -223,7 +223,6 @@ sub www_viewTransaction {
|
|||
|
||||
return $session->insufficient unless ($transaction->get('userId') eq $session->user->userId);
|
||||
|
||||
my $i18n = WebGUI::International->new($session, 'Shop');
|
||||
my $i18n = WebGUI::International->new($session, 'Shop');
|
||||
my ($style, $url) = $session->quick(qw(style url));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue