X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/42e7ab8a13679442f2cd7524ab7fa38bb2166951..14525169b53ec1bafc6fa47f7f4f84ffc4298bd1:/selfforum-cgi/shared/Template/Posting.pm?ds=inline diff --git a/selfforum-cgi/shared/Template/Posting.pm b/selfforum-cgi/shared/Template/Posting.pm index 0ffb6c2..4cae38d 100644 --- a/selfforum-cgi/shared/Template/Posting.pm +++ b/selfforum-cgi/shared/Template/Posting.pm @@ -183,7 +183,7 @@ sub print_posting_as_HTML ($$$) { close STDOUT; if ($param->{firsttime}) { - my $cache = new Posting::Cache ($param->{cachefile}); + my $cache = new Posting::Cache ($param->{cachepath}); $cache -> add_view ( { thread => $param -> {thread}, posting => $param -> {posting}