Fix download without X-Accel-Redirect

This commit is contained in:
Sébastien Lucas 2012-07-01 14:55:24 +02:00
부모 fe55e86def
커밋 7b382b2420
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -62,7 +62,7 @@ class Data extends Base {
}
public function getFilename () {
$this->name . "." . strtolower ($this->format);
return $this->name . "." . strtolower ($this->format);
}
public function getDataLink ($rel, $title = NULL) {