Fix download without X-Accel-Redirect

This commit is contained in:
Sébastien Lucas 2012-07-01 14:55:24 +02:00
parent fe55e86def
commit 7b382b2420

View file

@ -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) {