X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/8f99a6e4fd14417d4724241f30d154abdc27e789..e2d088aad735c205c587bd920cb79254e28501ec:/selfforum-cgi/user/fo_voting.pl diff --git a/selfforum-cgi/user/fo_voting.pl b/selfforum-cgi/user/fo_voting.pl index 7dddc53..a37fbe5 100644 --- a/selfforum-cgi/user/fo_voting.pl +++ b/selfforum-cgi/user/fo_voting.pl @@ -66,7 +66,7 @@ my ($tid, $mid) = map {$_ || 0} split /;/ => $fup, 2; $tid = ($tid=~/(\d+)/)[0] || 0; $mid = ($mid=~/(\d+)/)[0] || 0; -my $cache = new Posting::Cache ($conf->{files}->{cacheFile}); +my $cache = new Posting::Cache ($conf->{files}->{cachePath}); my $hash; if ($hash = $cache -> pick ({thread => $tid, posting => $mid})) { @@ -105,7 +105,7 @@ print_posting_as_HTML ( cgi => $cgi, tree => $tree, voted => $voted || '', - cachefile => $conf -> {files} -> {cacheFile} + cachepath => $conf -> {files} -> {cachePath} } );