1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/11700] Fix leftover backslashes in comments

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-16 05:20:27 +02:00
parent 8b8ba3d7ac
commit d905358e2b
13 changed files with 18 additions and 18 deletions

View File

@@ -733,7 +733,7 @@ class fulltext_postgres extends \phpbb\search\base
}
/**
* Destroys cached search results, that contained one of the new \words in a post so the results won't be outdated
* Destroys cached search results, that contained one of the new words in a post so the results won't be outdated
*
* @param string $mode contains the post mode: edit, post, reply, quote ...
* @param int $post_id contains the post id of the post to index