diff --git a/files/classes/user.py b/files/classes/user.py index 349d5e594..2c045002b 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -376,7 +376,7 @@ class User(Base, Stndrd, Age_times): comments2 = [] for c in comments: if c.child_comments == []: - comments2.append(c) + comments2.append(c.id) if len(comments2) == 26: break firstrange = 25 * (page - 1)