[TYPO3-core] Re(2): realurl
Martin Kutschker
Martin.Kutschker at blackbox.net
Wed Oct 12 19:13:22 CEST 2005
Kasper Skårhøj <kasper2005 at typo3.com> writes on
Wed, 12 Oct 2005 19:09:11 +0200 (METDST):
>
> which fix?
>
> I didn't find any mount point related fix in wolfgangs extension.
// info at plan2.net, added the line with "AND mpvar ="
$result = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'pagepath',
'tx_realurl_pathcache',
'page_id='.intval($pageid).
' AND language_id='.intval($lang).
' AND rootpage_id='.intval($this->conf['rootpage_id']).
' AND expire=0'.
' AND mpvar = "'.$mpvar.'"'
);
Without it MPs won't work. I came independently to the same conclusion as Wolfgang.
Masi
More information about the TYPO3-team-core
mailing list