1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/11768] Renamed get_words() to get_censored_words()

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-03 00:43:46 +01:00
parent baadc2a6e5
commit b12043d4b0
3 changed files with 4 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ class data_access
*
* @return array
*/
public function get_words()
public function get_censored_words()
{
$sql = 'SELECT word, replacement FROM ' . $this->words_table;
$result = $this->db->sql_query($sql);

View File

@@ -266,7 +266,7 @@ class factory implements \phpbb\textformatter\cache
}
// Load the censored words
$censor = $this->dal->get_words();
$censor = $this->dal->get_censored_words();
if (!empty($censor))
{
// Use a namespaced tag to avoid collisions