Merge pull request #21576 from owncloud/use-proper-class-name

Use proper class name
This commit is contained in:
Lukas Reschke 2016-01-10 00:22:17 +01:00
commit d04aadde8a

View file

@ -255,7 +255,7 @@ class TempManager implements ITempManager {
if (is_writeable($directory)) { if (is_writeable($directory)) {
return true; return true;
} }
} catch (Exception $e) { } catch (\Exception $e) {
} }
$this->log->warning('Temporary directory {dir} is not present or writable', $this->log->warning('Temporary directory {dir} is not present or writable',
['dir' => $directory] ['dir' => $directory]