diff options
Diffstat (limited to 'cgi/modapi.py')
-rw-r--r-- | cgi/modapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/modapi.py b/cgi/modapi.py index 1452e83..7bb63fb 100644 --- a/cgi/modapi.py +++ b/cgi/modapi.py @@ -166,7 +166,7 @@ def api_process(self, path_split): thread['replies'] = [] for post in lastreplies: - post['deleted'] = int(post['IS_DELETED']) + post['deleted'] = int(post['deleted']) post['id'] = int(post['id']) post['timestamp'] = int(post['timestamp']) |