Index: mod_cmd/class.tx_dam_cmd_filecopymove.php =================================================================== --- mod_cmd/class.tx_dam_cmd_filecopymove.php (revision 25257) +++ mod_cmd/class.tx_dam_cmd_filecopymove.php (working copy) @@ -355,18 +355,18 @@ $msg[] = htmlspecialchars(sprintf($LANG->getLL($this->langPrefix.'message'), $targetFolderRel)); $msg[] = ' '; - $buttons .= ' + $buttons = ' '; if (tx_dam::config_checkValueEnabled('mod.txdamM1_SHARED.displayExtraButtons', 1)) { if ($this->copyOrMove=='copy') { - $buttons = ' + $buttons .= ' '; } else { - $buttons = ' + $buttons .= ' '; } @@ -481,18 +481,18 @@ $msg[] = ' '; $msg[] = $itemTable; - $buttons .= ' + $buttons = ' '; if (tx_dam::config_checkValueEnabled('mod.txdamM1_SHARED.displayExtraButtons', 1)) { if ($this->copyOrMove=='copy') { - $buttons = ' + $buttons .= ' '; } else { - $buttons = ' + $buttons .= ' '; }