added logging
This commit is contained in:
parent
d399f23baf
commit
2a94b0806c
4 changed files with 54 additions and 27 deletions
|
|
@ -182,7 +182,7 @@ sub www_viewStatistics {
|
|||
my $cache = $session->cache;
|
||||
my $version = eval{$cache->get($url)};
|
||||
if (not defined $version) {
|
||||
$version = eval{$cache->setByHttp($url, $url, 43200)};
|
||||
$version = eval{$cache->setByHttp($url, 43200)};
|
||||
}
|
||||
chomp $version;
|
||||
$output .= '<table>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue