Use proper class name
This has never worked before. Introduced with https://github.com/owncloud/core/pull/18658
This commit is contained in:
parent
b1698e42d6
commit
3d4cf2e598
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ class TempManager implements ITempManager {
|
|||
if (is_writeable($directory)) {
|
||||
return true;
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
}
|
||||
$this->log->warning('Temporary directory {dir} is not present or writable',
|
||||
['dir' => $directory]
|
||||
|
|
Loading…
Reference in a new issue