main
Bob Mottram 2020-03-01 11:15:27 +00:00
parent dd434e0169
commit 14094e3d06
1 changed files with 2 additions and 1 deletions

View File

@ -2371,7 +2371,8 @@ class PubServer(BaseHTTPRequestHandler):
print('DEBUG: replydm path '+self.path)
# Edit a blog post
if authorized and '?editblogpost=' in self.path and \
if authorized and \
'?editblogpost=' in self.path and \
'?actor=' in self.path:
messageId=self.path.split('?editblogpost=')[1]
if '?' in messageId: