src build elFinder-2.1-79def5c

This commit is contained in:
nao-pon
2020-01-02 18:08:56 +09:00
parent 340f604518
commit 4a11fd682d
8 changed files with 69 additions and 42 deletions
+1 -1
View File
@@ -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'];
}