Use proper class name

This has never worked before. Introduced with https://github.com/owncloud/core/pull/18658
This commit is contained in:
Lukas Reschke 2016-01-09 23:43:12 +01:00
parent b1698e42d6
commit 3d4cf2e598

View file

@ -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]