We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c204d7 commit 9ff955dCopy full SHA for 9ff955d
1 file changed
lib/OnlyOffice/AutoConfig.php
@@ -45,7 +45,7 @@ public function autoConfigIfNeeded() {
45
* @return bool
46
*/
47
private function shouldAutoConfig(): bool {
48
- return $this->appConfig->GetDocumentServerUrl() === '';
+ return !$this->appConfig->GetDocumentServerUrl();
49
}
50
51
/**
0 commit comments