mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-a365810
This commit is contained in:
@@ -111,7 +111,7 @@ class elFinderVolumeFlysystemGoogleDriveNetmount extends \Barryvdh\elFinderFlysy
|
||||
unset($options['access_token']);
|
||||
if ($options['user'] !== 'init') {
|
||||
$this->session->set('GoogleDriveAuthParams', $options);
|
||||
return array('exit' => true, 'error' => elFinder::ERROR_ACCESS_DENIED);
|
||||
return array('exit' => true, 'error' => elFinder::ERROR_REAUTH_REQUIRE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user