aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-06-09 12:55:27 +0100
committerbrunoais <brunoaiss@gmail.com>2015-06-09 12:55:27 +0100
commit3ac95f48f8f087b05da6cb065817fad41242730e (patch)
tree192a96222eb9986c6e5aa15d7bb1f93d53855b9b /phpBB/phpbb/search/fulltext_postgres.php
parent6e8da5a4247ce0d386db48cf2d7d6fb08fe994ee (diff)
downloadforums-3ac95f48f8f087b05da6cb065817fad41242730e.tar
forums-3ac95f48f8f087b05da6cb065817fad41242730e.tar.gz
forums-3ac95f48f8f087b05da6cb065817fad41242730e.tar.bz2
forums-3ac95f48f8f087b05da6cb065817fad41242730e.tar.xz
forums-3ac95f48f8f087b05da6cb065817fad41242730e.zip
[ticket/13685] phpBB, not PhpBB
PHPBB3-13685
Diffstat (limited to 'phpBB/phpbb/search/fulltext_postgres.php')
-rw-r--r--phpBB/phpbb/search/fulltext_postgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/fulltext_postgres.php b/phpBB/phpbb/search/fulltext_postgres.php
index 2cc153c148..613e310612 100644
--- a/phpBB/phpbb/search/fulltext_postgres.php
+++ b/phpBB/phpbb/search/fulltext_postgres.php
@@ -56,7 +56,7 @@ class fulltext_postgres extends \phpbb\search\base
protected $db;
/**
- * PhpBB event dispatcher object
+ * phpBB event dispatcher object
* @var \phpbb\event\dispatcher_interface
*/
protected $phpbb_dispatcher;