get $user from view in mainMenu()

This commit is contained in:
Uwe Steinmann 2016-04-12 07:55:15 +02:00
parent be8be01ed5
commit fb73b9c922

View File

@ -1605,6 +1605,7 @@ $(function() {
*/
function mainClipboard($clipboard, $previewer){ /* {{{ */
$dms = $this->params['dms'];
$user = $this->params['user'];
$content = '';
$foldercount = $doccount = 0;
if($clipboard['folders']) {