[ticket/13685] BUMP version to 3.1.5-dev

PHPBB3-13685
This commit is contained in:
brunoais 2015-05-06 22:58:08 +01:00
parent 94aff53e3f
commit 823783773c

View file

@ -481,7 +481,7 @@ class fulltext_mysql extends \phpbb\search\base
* @var string sort_dir "a" for ASC or "d" dor DESC for the sort order used * @var string sort_dir "a" for ASC or "d" dor DESC for the sort order used
* @var string sql_sort The result SQL when processing sort_by_sql + sort_key + sort_dir * @var string sql_sort The result SQL when processing sort_by_sql + sort_key + sort_dir
* @var int start How many posts to skip in the search results (used for pagination) * @var int start How many posts to skip in the search results (used for pagination)
* @since 3.1.4-RC1 * @since 3.1.5-RC1
*/ */
$vars = array( $vars = array(
'search_query', 'search_query',