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:
@@ -1377,7 +1377,7 @@ class elFinderVolumeGoogleDrive extends elFinderVolumeDriver
|
||||
public function debug()
|
||||
{
|
||||
$res = parent::debug();
|
||||
if (empty($this->options['refresh_token']) && $this->options['access_token'] && isset($this->options['access_token']['refresh_token'])) {
|
||||
if (!empty($this->options['netkey']) && 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