mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[feature/soft-delete] Handle soft deleting via Delete Icon
PHPBB3-9567
This commit is contained in:
@@ -225,6 +225,7 @@ class phpbb_content_visibility
|
||||
{
|
||||
$where_sql .= ' AND post_visibility = ' . (int) $limit_visibility;
|
||||
}
|
||||
|
||||
if ($limit_delete_time !== false)
|
||||
{
|
||||
$where_sql .= ' AND post_delete_time = ' . (int) $limit_delete_time;
|
||||
|
Reference in New Issue
Block a user