2010-03-25 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #13901: GIFBULDER generates same picture twice (in typo3temp/GB) (thanks to Vladimir Podkovanov)
+ * Follow-up to #13739: Make the clickmenu work for the case when "Substitute Mount Point" is not set
2010-03-25 Christian Kuhn <lolli@schwarzbu.ch>
$sys_page = t3lib_div::makeInstance('t3lib_pageSelect');
$sys_page->init(FALSE);
$mountPointInfo = $sys_page->getMountPointInfo($id);
- if ($mountPointInfo) {
+ if ($mountPointInfo && $mountPointInfo['overlay']) {
$id = $mountPointInfo['mount_pid'];
$addGetVars .= '&MP=' . $mountPointInfo['MPvar'];
}