merge-requests/8/head
Bob Mottram 2020-08-31 22:18:00 +01:00
parent a9a51d672c
commit ea7cea9b6f
1 changed files with 1 additions and 1 deletions

View File

@ -5057,7 +5057,7 @@ class PubServer(BaseHTTPRequestHandler):
if self.path.startswith('/tags/') or \
(authorized and '/tags/' in self.path):
self._hashtagSearch(self, callingDomain,
self.server.path, cookie,
self.path, cookie,
self.server.baseDir,
self.server.httpPrefix,
self.server.domain,