Merge pull request #21576 from owncloud/use-proper-class-name
Use proper class name
This commit is contained in:
commit
d04aadde8a
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue