mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-db69bd9
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user