mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-79def5c
This commit is contained in:
@@ -890,7 +890,7 @@ class elFinderVolumeDropbox2 extends elFinderVolumeDriver
|
||||
public function debug()
|
||||
{
|
||||
$res = parent::debug();
|
||||
if (isset($this->options['tokens']) && !empty($this->options['tokens']['uid'])) {
|
||||
if (!empty($this->options['netkey']) && isset($this->options['tokens']) && !empty($this->options['tokens']['uid'])) {
|
||||
$res['Dropbox uid'] = $this->options['tokens']['uid'];
|
||||
$res['access_token'] = $this->options['tokens']['access_token'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user