Fix download link

This commit is contained in:
Sébastien Lucas 2012-07-02 21:00:01 +02:00
parent 76f2fa7488
commit 19ffc419c8

View file

@ -78,7 +78,7 @@ class Data extends Base {
}
else
{
return self::getLink ($this->book, $this->extension, $this->getMimeType (), $rel, $this->getFilename (), $this->id, $title)->href;
return str_replace ("&", "&", self::getLink ($this->book, $this->extension, $this->getMimeType (), $rel, $this->getFilename (), $this->id, $title)->href);
}
}