Project

General

Profile

Bug #16427 ยป mpcapsuled.diff

Administrator Admin, 2009-09-23 17:05

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php 2009-09-23 16:54:51.000000000 +0200
$tCR_domain = '';
// Mount pages are always local and never link to another domain
if (count($MPvarAcc)) {
#if (count($MPvarAcc)) {
if (count($MPvarAcc) && strpos($addQueryParams, '&MP=') === false) {
// Add "&MP" var:
$addQueryParams.= '&MP='.rawurlencode(implode(',',$MPvarAcc));
}
    (1-1/1)