mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
refactor(certificate manager): remove unused variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
dd54f35f29
commit
1171f3cf01
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ class CertificateManager implements ICertificateManager {
|
|||
if (!$this->view->is_dir($path)) {
|
||||
return false;
|
||||
}
|
||||
$result = [];
|
||||
$handle = $this->view->opendir($path);
|
||||
if (!is_resource($handle)) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue