aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/data_access.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-03 00:43:46 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:02 +0200
commitb12043d4b076b1e214fd85da28358ba829d47a76 (patch)
tree2a97e132100c6df948b9b7b8ea21bb36d01e3f05 /phpBB/phpbb/textformatter/data_access.php
parentbaadc2a6e52437d9d5912c828a337a3c2866c9eb (diff)
downloadforums-b12043d4b076b1e214fd85da28358ba829d47a76.tar
forums-b12043d4b076b1e214fd85da28358ba829d47a76.tar.gz
forums-b12043d4b076b1e214fd85da28358ba829d47a76.tar.bz2
forums-b12043d4b076b1e214fd85da28358ba829d47a76.tar.xz
forums-b12043d4b076b1e214fd85da28358ba829d47a76.zip
[ticket/11768] Renamed get_words() to get_censored_words()
PHPBB3-11768
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);