Browse Source
Add pending column
Signed-off-by: Vitor Mattos <vitor@php.rio>
pull/7513/head
Vitor Mattos
3 years ago
No known key found for this signature in database
GPG Key ID: B7AB4B76A7CA7318
1 changed files with
1 additions and
0 deletions
-
lib/Manager.php
|
|
|
@ -222,6 +222,7 @@ class Manager { |
|
|
|
'creation_timestamp' => $row['comment_creation_timestamp'], |
|
|
|
'latest_child_timestamp' => $row['comment_latest_child_timestamp'], |
|
|
|
'reactions' => $row['comment_reactions'], |
|
|
|
'expire_date' => $row['expire_date'], |
|
|
|
]); |
|
|
|
} |
|
|
|
|
|
|
|
|