Merge pull request #6555 from rabuzarus/20190129_-_jot_atachment_preview

fix isssue if friendica is installed into a subdirectory
2022.09-rc
Hypolite Petovan 2019-01-29 20:00:11 -05:00 zatwierdzone przez GitHub
commit 2d6f658c33
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -703,7 +703,7 @@ class App
$this->hostname = Core\Config::get('config', 'hostname');
}
return $scheme . '://' . $this->hostname . !empty($this->getURLPath() ? '/' . $this->getURLPath() : '' );
return $scheme . '://' . $this->hostname . (!empty($this->getURLPath()) ? '/' . $this->getURLPath() : '' );
}
/**