more session conversion
This commit is contained in:
parent
de50e9b49c
commit
657ae8baf7
15 changed files with 46 additions and 43 deletions
|
|
@ -22,14 +22,14 @@ Macro for displaying the url for the current asset.
|
|||
|
||||
=head2 process ( )
|
||||
|
||||
process is really a wrapper around WebGUI::URL::page();
|
||||
process is really a wrapper around $session->url->page();
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my $session = shift;
|
||||
return WebGUI::URL::page();
|
||||
return $session->url->page();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue