1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/11700] Fix some more incorrectly changed comments

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-19 15:27:03 +02:00
parent cc6f1e1775
commit 06e7c84235
14 changed files with 15 additions and 15 deletions

View File

@@ -1224,7 +1224,7 @@ class fulltext_native extends \phpbb\search\base
return;
}
// Split old and new \post/subject to obtain array of 'words'
// Split old and new post/subject to obtain array of 'words'
$split_text = $this->split_message($message);
$split_title = $this->split_message($subject);