From 4508fcd1af5618e42975e96ab7a005fc0607bb19 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 4 Sep 2008 20:26:57 +0000 Subject: [PATCH] updating POD for Session/Url to talk about gateway URL --- lib/WebGUI/Session/Url.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Session/Url.pm b/lib/WebGUI/Session/Url.pm index fbfaa6d96..cc4a0433b 100644 --- a/lib/WebGUI/Session/Url.pm +++ b/lib/WebGUI/Session/Url.pm @@ -194,7 +194,8 @@ sub gateway { =head2 getBackToSiteURL ( ) Tries to return a URL to take the user back to the last page they were at before -using an operation or other function. +using an operation or other function. This will always include the gateway +url from the config file. =cut @@ -406,7 +407,7 @@ sub new { =head2 page ( [ pairs, useSiteUrl, skipPreventProxyCache ] ) -Returns the URL of the current page. +Returns the URL of the current page, including the configured site gateway. =head3 pairs