xcv
This commit is contained in:
parent
a2533b0f4f
commit
d8f9195873
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ class Comment(Base):
|
|||
|
||||
@lazy
|
||||
def collapse_for_user(self, v, path):
|
||||
if self.author_id == v.id: return False
|
||||
if v and self.author_id == v.id: return False
|
||||
|
||||
if path == '/admin/removed/comments': return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue