Skip to content

Commit

Permalink
code check
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jun 8, 2017
1 parent f1318e5 commit 03496ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function GetDocumentServerUrl() {
if (empty($url) && !empty($this->config->getSystemValue($this->appName))) {
$url = $this->config->getSystemValue($this->appName)[$this->_documentserver];
}
if ($url != "/") {
if ($url !== "/") {
$url = rtrim($url, "/");
if (strlen($url) > 0) {
$url = $url . "/";
Expand Down

0 comments on commit 03496ce

Please sign in to comment.