aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/sphinx/config_section.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/search/sphinx/config_section.php')
-rw-r--r--phpBB/phpbb/search/sphinx/config_section.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/search/sphinx/config_section.php b/phpBB/phpbb/search/sphinx/config_section.php
index 3a5631ca21..7e6939576b 100644
--- a/phpBB/phpbb/search/sphinx/config_section.php
+++ b/phpBB/phpbb/search/sphinx/config_section.php
@@ -122,10 +122,10 @@ class config_section
}
/**
- * Create a new \variable object and append it to the variable list of this section
+ * Create a new variable object and append it to the variable list of this section
*
- * @param string $name The name for the new \variable
- * @param string $value The value for the new \variable
+ * @param string $name The name for the new variable
+ * @param string $value The value for the new variable
* @return \phpbb\search\sphinx\config_variable Variable object that was created
*
* @access public