mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Simple typo in comments
This commit is contained in:
parent
30e24698d7
commit
cf7fe02b43
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class Client implements IClient {
|
|||
}
|
||||
|
||||
// If the instance is not yet setup we need to use the static path as
|
||||
// $this->certificateManager->getAbsoluteBundlePath() tries to instantiiate
|
||||
// $this->certificateManager->getAbsoluteBundlePath() tries to instantiate
|
||||
// a view
|
||||
if ($this->config->getSystemValue('installed', false)) {
|
||||
return $this->certificateManager->getAbsoluteBundlePath(null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue