Skip to content

Commit

Permalink
Use proper class name
Browse files Browse the repository at this point in the history
This has never worked before. Introduced with #18658
  • Loading branch information
LukasReschke committed Jan 9, 2016
1 parent b1698e4 commit 3d4cf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/tempmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ private function checkTemporaryDirectory($directory) {
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]
Expand Down

0 comments on commit 3d4cf2e

Please sign in to comment.