fix cloud path
This commit is contained in:
parent
89c026924b
commit
e1659b0725
@ -330,7 +330,7 @@ class Browser extends DAV\Browser\Plugin {
|
|||||||
'$deny_gid' => acl2json($channel_acl['deny_gid']),
|
'$deny_gid' => acl2json($channel_acl['deny_gid']),
|
||||||
'$lockstate' => $lockstate,
|
'$lockstate' => $lockstate,
|
||||||
'$return_url' => \App::$cmd,
|
'$return_url' => \App::$cmd,
|
||||||
'$path' => str_replace('cloud/' . $this->auth->owner_nick . '/', '', $path),
|
'$path' => trim(str_replace('cloud/' . $this->auth->owner_nick, '', $path),'/'),
|
||||||
'$dragdroptext' => t('Drop files here to immediately upload')
|
'$dragdroptext' => t('Drop files here to immediately upload')
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user