src build elFinder-2.1-db69bd9

This commit is contained in:
nao-pon
2017-03-08 16:41:13 +09:00
parent d39d19f4ab
commit 5dc7cbf873
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1313,7 +1313,7 @@ class elFinderVolumeGoogleDrive extends elFinderVolumeDriver
public function debug()
{
$res = parent::debug();
if ($this->options['access_token'] && isset($this->options['access_token']['refresh_token'])) {
if (empty($this->options['refresh_token']) && $this->options['access_token'] && isset($this->options['access_token']['refresh_token'])) {
$res['refresh_token'] = $this->options['access_token']['refresh_token'];
}