Merge pull request #20358 from owncloud/extstorage-properlythrowexception
Properly throw exception in OC_Mount_Config::getBackendStatus
This commit is contained in:
commit
75ff6c34ca
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class OC_Mount_Config {
|
|||
}
|
||||
} catch (Exception $exception) {
|
||||
\OCP\Util::logException('files_external', $exception);
|
||||
throw $e;
|
||||
throw $exception;
|
||||
}
|
||||
}
|
||||
return self::STATUS_ERROR;
|
||||
|
|
Loading…
Reference in a new issue