src build elFinder-2.1-a365810

This commit is contained in:
nao-pon
2016-03-25 00:01:49 +09:00
parent 9f8ecb1b26
commit da8b260b9c
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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);
}
}