Fix undefined variable - found by Phan
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3ff041f86d
commit
67dcff7a1f
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ class DAV extends Common {
|
|||
if ($response === false) {
|
||||
if ($path === '') {
|
||||
// if root is gone it means the storage is not available
|
||||
throw new StorageNotAvailableException(get_class($e) . ': ' . $e->getMessage());
|
||||
throw new StorageNotAvailableException('root is gone');
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue