Merge branch '3.9' into 3

This commit is contained in:
Steve Boyd 2021-12-22 10:28:26 +13:00
commit 355e928ec9
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ abstract class SearchIndex extends ViewableData
$errorHandler = function ($no, $str) { $errorHandler = function ($no, $str) {
throw new Exception('HTML Parse Error: ' . $str); throw new Exception('HTML Parse Error: ' . $str);
}; };
set_error_handler($errorHandler, E_ALL); set_error_handler($errorHandler, E_ALL & ~(E_DEPRECATED | E_USER_DEPRECATED));
try { try {
foreach ($field['lookup_chain'] as $step) { foreach ($field['lookup_chain'] as $step) {