forked from indymedia/epicyon
Assign variable
parent
42531e476f
commit
beb1442a2d
|
@ -5076,6 +5076,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
cookie: str, debug: bool) -> None:
|
cookie: str, debug: bool) -> None:
|
||||||
"""Show person options screen
|
"""Show person options screen
|
||||||
"""
|
"""
|
||||||
|
backToPath = ''
|
||||||
optionsStr = path.split('?options=')[1]
|
optionsStr = path.split('?options=')[1]
|
||||||
originPathStr = path.split('?options=')[0]
|
originPathStr = path.split('?options=')[0]
|
||||||
if ';' in optionsStr and '/users/news/' not in path:
|
if ';' in optionsStr and '/users/news/' not in path:
|
||||||
|
|
Loading…
Reference in New Issue