mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-19 16:11:41 +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){ /* {{{ */
|
function mainClipboard($clipboard, $previewer){ /* {{{ */
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
|
$user = $this->params['user'];
|
||||||
$content = '';
|
$content = '';
|
||||||
$foldercount = $doccount = 0;
|
$foldercount = $doccount = 0;
|
||||||
if($clipboard['folders']) {
|
if($clipboard['folders']) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user