more session conversion

This commit is contained in:
JT Smith 2006-01-01 18:38:27 +00:00
parent de50e9b49c
commit 657ae8baf7
15 changed files with 46 additions and 43 deletions

View file

@ -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();
}