Fix link in HTML catalog when your calibre library is nested

Esse commit está contido em:
Sébastien Lucas 2012-07-01 20:44:58 +02:00
commit aeb8506909
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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