diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2012-08-14 17:26:12 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-11-09 15:54:31 +0100 |
commit | 4172a9d797a707ba728f3d21e8241e74e882c5af (patch) | |
tree | 595f33a50f9e269de7100f32f418a22563d3e02f /phpBB/includes/search | |
parent | fd20e73b74aab478ec4bc8cfad4a0d42d0740767 (diff) | |
download | forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar.gz forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar.bz2 forums-4172a9d797a707ba728f3d21e8241e74e882c5af.tar.xz forums-4172a9d797a707ba728f3d21e8241e74e882c5af.zip |
[ticket/11050] add missing @var
PHPBB3-11050
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 5324580272..e20231517a 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -102,6 +102,7 @@ class phpbb_search_fulltext_sphinx /** * Stores the generated content of the sphinx config file + * @var string */ protected $config_file_data = ''; |