Too many ins

master
Bob Mottram 2019-09-04 12:43:34 +01:00
parent eaf4513e64
commit 94b6138a5a
1 changed files with 1 additions and 1 deletions

View File

@ -1968,7 +1968,7 @@ class PubServer(BaseHTTPRequestHandler):
# 2 = new post canceled
pageNumber=1
if authorized and '/users/' in self.path and '?'+postType+'?' in self.path:
if '?page=' in in self.path:
if '?page=' in self.path:
pageNumberStr=self.path.split('?page=')[1]
if '?' in pageNumberStr:
pageNumberStr=pageNumberStr.split('?')[0]