Index: typo3/alt_clickmenu.php =================================================================== --- typo3/alt_clickmenu.php (revision 10303) +++ typo3/alt_clickmenu.php (working copy) @@ -1754,6 +1754,7 @@ $this->content = $this->doc->insertStylesAndJS($this->content); echo $this->content; } else { + t3lib_formprotection_Factory::get()->persistTokens(); $this->content = $GLOBALS['LANG']->csConvObj->utf8_encode($this->content,$GLOBALS['LANG']->charSet); t3lib_ajax::outputXMLreply($this->content); }