Added WebGUI::URL::setSiteURL
This commit is contained in:
parent
c4725ce72f
commit
23f562b8ff
3 changed files with 25 additions and 8 deletions
|
|
@ -234,7 +234,8 @@ sub build {
|
|||
foreach my $property (@interestingPageProperties) {
|
||||
$var->{'page.current.'.$property} = $currentPage->get($property);
|
||||
}
|
||||
unless (defined $cacheContent && ! $session{var}{altSiteURL}) {
|
||||
unless (defined $cacheContent &&
|
||||
! $session{url}{siteURL}) { # Never use cache if an alternate site url is specified.
|
||||
# The loop was not cached
|
||||
my @pages = eval $method;
|
||||
if ($@) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue