projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd62bf
)
fix isssue if friendica is installed into a subdirectory
author
rabuzarus
<rabuzarus@t-online.de>
Wed, 30 Jan 2019 00:00:40 +0000
(
01:00
+0100)
committer
rabuzarus
<rabuzarus@t-online.de>
Wed, 30 Jan 2019 00:00:40 +0000
(
01:00
+0100)
src/App.php
patch
|
blob
|
history
diff --git
a/src/App.php
b/src/App.php
index 0015405c46bea5892cc634282f50c6c87d62d3f8..b910765e12f02c35719523d9c9393c6a2cfd86f6 100644
(file)
--- a/
src/App.php
+++ b/
src/App.php
@@
-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() : '' );
}
/**