mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7504 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cbb742ea80
commit
17a6733755
1 changed files with 1 additions and 1 deletions
|
@ -1106,7 +1106,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false,
|
|||
$where_ids = ($where_ids) ? array((int) $where_ids) : array();
|
||||
}
|
||||
|
||||
if ($mode == 'forum' || $mode == 'topic' || $mode == 'topic_approved')
|
||||
if ($mode == 'forum' || $mode == 'topic' || $mode == 'topic_approved' || $mode == 'topic_reported' || $mode == 'post_reported')
|
||||
{
|
||||
if (!$where_type)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue