From: <var...@us...> - 2014-10-01 13:47:29
|
Revision: 9146 http://sourceforge.net/p/phpwiki/code/9146 Author: vargenau Date: 2014-10-01 13:47:15 +0000 (Wed, 01 Oct 2014) Log Message: ----------- TitleSearch displays pages sorted by pagename by default Modified Paths: -------------- trunk/lib/plugin/TitleSearch.php Modified: trunk/lib/plugin/TitleSearch.php =================================================================== --- trunk/lib/plugin/TitleSearch.php 2014-10-01 10:40:02 UTC (rev 9145) +++ trunk/lib/plugin/TitleSearch.php 2014-10-01 13:47:15 UTC (rev 9146) @@ -75,7 +75,7 @@ } if (empty($args['sortby'])) { - $args['sortby'] = ''; + $args['sortby'] = '-pagename'; } // ^S != S* ^ matches only beginning of phrase, not of word. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |