From: <var...@us...> - 2015-10-15 08:07:56
|
Revision: 9733 http://sourceforge.net/p/phpwiki/code/9733 Author: vargenau Date: 2015-10-15 08:07:53 +0000 (Thu, 15 Oct 2015) Log Message: ----------- FullTextSearch: better test quiet argument Modified Paths: -------------- trunk/lib/plugin/FullTextSearch.php Modified: trunk/lib/plugin/FullTextSearch.php =================================================================== --- trunk/lib/plugin/FullTextSearch.php 2015-09-23 08:37:53 UTC (rev 9732) +++ trunk/lib/plugin/FullTextSearch.php 2015-10-15 08:07:53 UTC (rev 9733) @@ -75,7 +75,7 @@ _("You must enter a search term.")); } extract($args); - if ($quiet == 'false') { + if ($quiet === 'false') { $quiet = false; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |