diff --git a/phpdotnet/phd/Package/Generic/TocFeed.php b/phpdotnet/phd/Package/Generic/TocFeed.php index c3b134f3..9ff9c360 100644 --- a/phpdotnet/phd/Package/Generic/TocFeed.php +++ b/phpdotnet/phd/Package/Generic/TocFeed.php @@ -499,9 +499,9 @@ public function CDATA($value) * * @uses $targetBaseUri */ - public function createLink($id, &$desc = null, $type = Format::SDESC) + public function createLink($for, &$desc = null, $type = Format::SDESC) { - return $this->feedBaseUri . $id . $this->ext; + return $this->feedBaseUri . $for . $this->ext; } /**