diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 05:00:18 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 05:00:18 +0200 |
commit | 390dc86344c23b658085bae4a719399e5eb579f0 (patch) | |
tree | 3c915606ea24a149ef78c21f72663e4ceae60661 /phpBB/phpbb/search/base.php | |
parent | ee1c15fe7e1d0c823026d2b63ceab276eb878ab0 (diff) | |
download | forums-390dc86344c23b658085bae4a719399e5eb579f0.tar forums-390dc86344c23b658085bae4a719399e5eb579f0.tar.gz forums-390dc86344c23b658085bae4a719399e5eb579f0.tar.bz2 forums-390dc86344c23b658085bae4a719399e5eb579f0.tar.xz forums-390dc86344c23b658085bae4a719399e5eb579f0.zip |
[ticket/11700] And some last comments with backslashes
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/search/base.php')
-rw-r--r-- | phpBB/phpbb/search/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/search/base.php b/phpBB/phpbb/search/base.php index 2f6b225b99..f2f982c31b 100644 --- a/phpBB/phpbb/search/base.php +++ b/phpBB/phpbb/search/base.php @@ -183,7 +183,7 @@ class base $store_ids = array_slice($id_ary, 0, $length); - // create a new \resultset if there is none for this search_key yet + // create a new resultset if there is none for this search_key yet // or add the ids to the existing resultset if (!($store = $cache->get('_search_results_' . $search_key))) { |