Skip to content

Commit

Permalink
Bug when url rewriting is disabled (thanks to gaspine)
Browse files Browse the repository at this point in the history
  • Loading branch information
seblucas committed Aug 1, 2012
1 parent c9bf2fa commit 79e8eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function getHtmlLink () {
}
else
{
return str_replace ("&", "&", 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 (), NULL, $this->getFilename (), $this->id, NULL)->href);
}
}

Expand Down

0 comments on commit 79e8eac

Please sign in to comment.