New report ending

master
Bob Mottram 2019-08-24 13:43:06 +01:00
parent b2bfb1b11d
commit a01a94b5ae
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str:
reportUrl=None
if '/newreport?' in path:
reportUrl=path.split('/newreport?')[1]
path=path.split('/newreport?')[0]
path=path.split('/newreport?')[0]+'/newreport'
replyStr=''
if not path.endswith('/newshare'):
if not path.endswith('/newreport'):