more session conversion
This commit is contained in:
parent
de50e9b49c
commit
657ae8baf7
15 changed files with 46 additions and 43 deletions
|
|
@ -23,7 +23,7 @@ The ID of the subscription item to purchase.
|
|||
|
||||
sub process {
|
||||
my $session = shift;
|
||||
return WebGUI::URL::page('op=purchaseSubscription;sid='.shift);
|
||||
return $session->url->page('op=purchaseSubscription;sid='.shift);
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue