mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
update writable for dfrn contacts when using local delivery
This commit is contained in:
parent
f8b81b31f2
commit
3968dc932f
3 changed files with 9 additions and 5 deletions
|
@ -36,6 +36,9 @@ function completeurl($url, $scheme) {
|
|||
if ($schemearr["port"] != "")
|
||||
$complete .= ":".$schemearr["port"];
|
||||
|
||||
if(strpos($urlarr['path'],'/') !== 0)
|
||||
$complete .= '/';
|
||||
|
||||
$complete .= $urlarr["path"];
|
||||
|
||||
if ($urlarr["query"] != "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue