Page 1 of 1

Search module error message

Posted: Sun Feb 25, 2018 2:54 pm
by JamesT
In the latest Search module this line in action.dosearch.php was edited to:

Code: Select all

$searchendtime = microtime(true);
However this line still causes the PHP error to occur:

Code: Select all

$searchstarttime = microtime();
Can this line be tweaked too?

Re: Search module error message

Posted: Sun Feb 25, 2018 3:27 pm
by Rolf
Yep, my bad. I forgot to change that one before commit... Is already fixed in SVN and will be shipped with 2.2.7.

Re: Search module error message

Posted: Sun Feb 25, 2018 3:29 pm
by JamesT
Ah ok, thanks.