cleanup temp files left around by UploadStash
authorJan Gerber <j@thing.net>
Fri, 20 Jul 2012 01:18:31 +0000 (01:18 +0000)
committerJan Gerber <j@thing.net>
Fri, 20 Jul 2012 01:18:31 +0000 (01:18 +0000)
commitc239df639bd61b9a6aff58092023d04361ae98d9
tree79c9b2ea2fbfc1df0306519de84e3843192b47f9
parente23e3a3c79d0cbf092a0dc2698705917b6d7d053
cleanup temp files left around by UploadStash

stashFile renames files to add an extension, this way it is no longer
cleaned up by php. So we have to unlink it after storing it in the FileRepo.

Change-Id: Iab697fc4535546dd25231dddf220e18f3b0b73be
includes/upload/UploadStash.php