Closed cdujeu closed 11 years ago
Warning, the meta.filehasher plugin has a bug (missing unlink() at one point) that let the application tmp dir (generally /tmp) on the SERVER being filled up with tmp files. Add
unlink($deltaFile);
at line 103 and this should be ok.
Closed in 4.2.3
Warning, the meta.filehasher plugin has a bug (missing unlink() at one point) that let the application tmp dir (generally /tmp) on the SERVER being filled up with tmp files. Add
at line 103 and this should be ok.