Bug #24505
Updated by Alexander Opitz about 10 years ago
Version: 4.4.6 (is not selectable). When I use this code: $addQueryString=array($this->prefixId.'[showUid]' => $this->getFieldContent('uid'), 'test' => TRUE); $tempUrl = $this->pi_getPageLink( $pid, '', $addQueryString ); echo $tempUrl; $wrappedSubpartArray['###LINK_ITEM###'] = array('<a href="'.$tempUrl .'>','</a>'); return $this->cObj->substituteMarkerArrayCached($item_single,$markerArray,$subpartArray,$wrappedSubpartArray); echo says: mypage.html?tx_myext_pi1%5BshowUid%5D=1&test=1 Thats OK, but the returned HTML of substituteMarkerArrayCached containts shorten links: <a href="mypage.html?tx_myext_pi1%5BshowUid%5D">my link</a> This link is not useable! (issue imported from #M16955)