]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/fo_voting.pl
fixed some bugs, prepared the 0.98 release
[selfforum.git] / selfforum-cgi / user / fo_voting.pl
index 7dddc53b2451a545640e944ce1b0072b3b2fe896..a37fbe53d68549a44f24e888dbcc0e2a505d34c8 100644 (file)
@@ -66,7 +66,7 @@ my ($tid, $mid) = map {$_ || 0} split /;/ => $fup, 2;
 $tid = ($tid=~/(\d+)/)[0] || 0;
 $mid = ($mid=~/(\d+)/)[0] || 0;
 
 $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})) {
 my $hash;
 
 if ($hash = $cache -> pick ({thread => $tid, posting => $mid})) {
@@ -105,7 +105,7 @@ print_posting_as_HTML (
     cgi          => $cgi,
     tree         => $tree,
     voted        => $voted || '',
     cgi          => $cgi,
     tree         => $tree,
     voted        => $voted || '',
-    cachefile    => $conf -> {files} -> {cacheFile}
+    cachepath    => $conf -> {files} -> {cachePath}
   }
 );
 
   }
 );
 

patrick-canterino.de