Index: t3lib/class.t3lib_clipboard.php =================================================================== --- t3lib/class.t3lib_clipboard.php (revision 8242) +++ t3lib/class.t3lib_clipboard.php (working copy) @@ -150,6 +150,8 @@ function initializeClipboard() { global $BE_USER; + $this->backPath = $GLOBALS['BACK_PATH']; + // Get data $clipData = $BE_USER->getModuleData('clipboard',$BE_USER->getTSConfigVal('options.saveClipboard')?'':'ses');