We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b41954 commit a2ebf0aCopy full SHA for a2ebf0a
lib/AppInfo/Capabilities.php
@@ -26,7 +26,7 @@ public function getCapabilities(): array {
26
Application::APP_ID => [
27
'api_version' => Application::$API_VERSIONS,
28
'version' => $this->appManager->getAppVersion(Application::APP_ID),
29
- 'notes_path' => $this->userId !== null && $this->userId !== " " ? $this->noteUtil->getNotesFolderUserPath($this->userId) : null,
+ 'notes_path' => $this->userId !== null && $this->userId !== ' ' ? $this->noteUtil->getNotesFolderUserPath($this->userId) : null,
30
],
31
];
32
}
0 commit comments