aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/data_access.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/data_access.php')
-rw-r--r--phpBB/phpbb/textformatter/data_access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/data_access.php b/phpBB/phpbb/textformatter/data_access.php
index 2576b734f4..008e1fd5c0 100644
--- a/phpBB/phpbb/textformatter/data_access.php
+++ b/phpBB/phpbb/textformatter/data_access.php
@@ -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);