mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
get $user from view in mainMenu()
This commit is contained in:
parent
be8be01ed5
commit
fb73b9c922
|
@ -1605,6 +1605,7 @@ $(function() {
|
|||
*/
|
||||
function mainClipboard($clipboard, $previewer){ /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$content = '';
|
||||
$foldercount = $doccount = 0;
|
||||
if($clipboard['folders']) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user