src build elFinder-2.1-6198643

This commit is contained in:
nao-pon
2016-03-25 01:16:23 +09:00
parent da8b260b9c
commit dd62df631d
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -107,8 +107,8 @@ class elFinderVolumeFlysystemGoogleDriveNetmount extends \Barryvdh\elFinderFlysy
$this->session->set('GoogleDriveAuthParams', $options);
} catch (Exception $e) {
$aToken = array();
unset($options['access_token']);
$aToken = [];
$options['access_token'] = [];
if ($options['user'] !== 'init') {
$this->session->set('GoogleDriveAuthParams', $options);
return array('exit' => true, 'error' => elFinder::ERROR_REAUTH_REQUIRE);