diff options
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r-- | phpBB/modcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index c67b0cfc1f..3218eff0b2 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -286,7 +286,7 @@ switch($mode) // // Delete unmatched words // - remove_unmatched_words(); + remove_search_post($post_id_sql); } |