CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #13341

Page is linked even if it is the current page

Added by Nicolas MATHON over 2 years ago.

Status:New Start date:2011-02-24
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:- Spent time: -
Target version:-
Votes: 0

Description

Near line 545, the following code :

if ($linkPage !== $page || empty($ts['doNotLinkIt'])) {
// generate the uri to the page
$uri = $this->uriBuilder

must be replaced by :

if ($linkPage !== $page && empty($ts['doNotLinkIt'])) {
// generate the uri to the page
$uri = $this->uriBuilder

Also available in: Atom PDF