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
|
|
@ -77,9 +77,6 @@ sub appendAccountLinks {
|
|||
});
|
||||
}
|
||||
|
||||
#Pluggin - delete eventually
|
||||
push(@array, {'options.display' => '<a href="'.$session->url->page('shop=transaction;method=manageMy').'">'.$i18n->get('my purchases', 'Shop').'</a>'});
|
||||
|
||||
#Pluggin - delete eventually
|
||||
if ($session->setting->get('userInvitationsEnabled')) {
|
||||
push @array, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue