forked from indymedia/epicyon
return path
parent
2302dd6a1a
commit
6e21a3b84f
|
@ -2594,7 +2594,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self.server.personCache,
|
self.server.personCache,
|
||||||
None, True)
|
None, True)
|
||||||
profilePathStr += \
|
profilePathStr += \
|
||||||
'/search?options=' + actor + ';1;' + avatarUrl
|
'?options=' + actor + ';1;' + avatarUrl
|
||||||
|
|
||||||
self._showPersonOptions(callingDomain, profilePathStr,
|
self._showPersonOptions(callingDomain, profilePathStr,
|
||||||
baseDir, httpPrefix,
|
baseDir, httpPrefix,
|
||||||
|
|
Loading…
Reference in New Issue