aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--phpBB/phpbb/search/fulltext_mysql.php2
-rw-r--r--phpBB/phpbb/search/fulltext_native.php2
-rw-r--r--phpBB/phpbb/search/fulltext_postgres.php2
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php
index 7e86cbbcea..bc6f2a4398 100644
--- a/phpBB/phpbb/search/fulltext_mysql.php
+++ b/phpBB/phpbb/search/fulltext_mysql.php
@@ -43,7 +43,7 @@ class fulltext_mysql extends \phpbb\search\base
protected $db;
/**
- * PhpBB event dispatcher object
+ * phpBB event dispatcher object
* @var \phpbb\event\dispatcher_interface
*/
protected $phpbb_dispatcher;
diff --git a/phpBB/phpbb/search/fulltext_native.php b/phpBB/phpbb/search/fulltext_native.php
index acb7e5364b..8228f8ea28 100644
--- a/phpBB/phpbb/search/fulltext_native.php
+++ b/phpBB/phpbb/search/fulltext_native.php
@@ -87,7 +87,7 @@ class fulltext_native extends \phpbb\search\base
protected $db;
/**
- * PhpBB event dispatcher object
+ * phpBB event dispatcher object
* @var \phpbb\event\dispatcher_interface
*/
protected $phpbb_dispatcher;
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;
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index ef94f2918c..fddd1c39d1 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -96,7 +96,7 @@ class fulltext_sphinx
protected $dbtype;
/**
- * PhpBB event dispatcher object
+ * phpBB event dispatcher object
* @var \phpbb\event\dispatcher_interface
*/
protected $phpbb_dispatcher;