Project

General

Profile

Bug #19150 » 9049.diff

Administrator Admin, 2009-06-29 22:19

View differences:

typo3/sysext/impexp/class.tx_impexp_clickmenu.php (working copy)
$LL = $this->includeLL();
$url = 'mod.php?M=xMOD_tximpexp&tx_impexp[action]=export';
$url = 'mod.php?M=xMOD_tximpexp&tx_impexp[action]=export' . '&id=' . ($table == 'pages' ? $uid : $backRef->rec['pid']);
if ($table=='pages') {
$url.='&tx_impexp[pagetree][id]='.$uid;
$url.='&tx_impexp[pagetree][levels]=0';
(1-1/2)