X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FWebDAV.pm;h=73ca79cca6652a2619c308148da1b2c59b491197;hp=7298ffd105dc727c08fef07f1c6754f473eddd6a;hb=5867585ba17ba31320e9b8416a28660d952541d1;hpb=b14e19cdd4aa848f623687e5b0ac446f39c02b17 diff --git a/perl/Sesse/pr0n/WebDAV.pm b/perl/Sesse/pr0n/WebDAV.pm index 7298ffd..73ca79c 100644 --- a/perl/Sesse/pr0n/WebDAV.pm +++ b/perl/Sesse/pr0n/WebDAV.pm @@ -479,6 +479,7 @@ EOF Sesse::pr0n::Common::purge_cache($r, "/$event/"); # Now save the file to disk + Sesse::pr0n::Common::ensure_disk_location_exists($r, $newid); $fname = Sesse::pr0n::Common::get_disk_location($r, $newid); open NEWFILE, ">$fname" or die "$fname: $!";