Fix download link
This commit is contained in:
parent
76f2fa7488
commit
19ffc419c8
2
data.php
2
data.php
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue