diff --git a/files/classes/user.py b/files/classes/user.py index e17394819f..e928e50eb1 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -359,7 +359,7 @@ class User(Base, Stndrd, Age_times): firstrange = 25 * (page - 1) secondrange = firstrange + 26 - comments = comments[firstrange:secondrange] + return comments[firstrange:secondrange] def notification_subscriptions(self, page=1):