diff options
author | PayBas <contact@paybas.com> | 2014-05-02 17:01:59 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-02 17:02:33 +0200 |
commit | 3c936b055d3eebe2555534f77f838c92c461861f (patch) | |
tree | bbb708f8855575135a007deb3aed728b49558799 /phpBB/search.php | |
parent | c63f2656a80a49a6f27aa38c460420087e7fa066 (diff) | |
download | forums-3c936b055d3eebe2555534f77f838c92c461861f.tar forums-3c936b055d3eebe2555534f77f838c92c461861f.tar.gz forums-3c936b055d3eebe2555534f77f838c92c461861f.tar.bz2 forums-3c936b055d3eebe2555534f77f838c92c461861f.tar.xz forums-3c936b055d3eebe2555534f77f838c92c461861f.zip |
[ticket/12366] Fixed missing comma
PHPBB3-12366
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 301c29cd44..7583cd9e10 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -690,7 +690,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) 'author_id_ary', 'search_fields', 'search_id', - 'start' + 'start', ); extract($phpbb_dispatcher->trigger_event('core.search_get_posts_data', compact($vars))); |