update writable for dfrn contacts when using local delivery

This commit is contained in:
friendica 2012-09-05 16:26:11 -07:00
parent f8b81b31f2
commit 3968dc932f
3 changed files with 9 additions and 5 deletions

View file

@ -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"] != "")