X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/6f724da13eb20d81ea9f988a88d8c38f9046d4c7..cee4397796b2a1015b88addca2de54fe50dbc3f8:/selfforum-cgi/user/fo_voting.pl?ds=inline 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} } );