Better comment for why ads are being reprocessed.
This commit is contained in:
parent
e004e31857
commit
d09015502e
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ sub www_view {
|
|||
$cache->set($out, 60);
|
||||
$session->stow->delete("cacheFixOverride");
|
||||
}
|
||||
# keep those ads rotating
|
||||
# keep those ads rotating even though the output is cached
|
||||
while ($out =~ /(\[AD\:([^\]]+)\])/gs) {
|
||||
my $code = $1;
|
||||
my $adSpace = WebGUI::AdSpace->newByName($session, $2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue