| [Bug] Unintialized array in search.php
Under certain conditions (for example, if you are only searching in a custom field), array $sfields might not be initialized in action searchresults of search.php.
This causes an array_merge() call around line 122 to fail in PHP 5.
As a result of this, the user will get DB error.
|