Make UploadBase use TempFSFile to wrap the temporary file
[lhc/web/wiklou.git] / includes / filerepo / LocalRepo.php
index 5e9a4a9..d24aa24 100644 (file)
@@ -532,7 +532,7 @@ class LocalRepo extends FileRepo {
        }
 
        public function publish(
-               $srcPath,
+               $src,
                $dstRel,
                $archiveRel,
                $flags = 0,