In custom_search_preprocess_search_result() there is an if (!is_numeric($key)) { for comments that is no longer required.

In drupal 6 the key for comments was numeric but in drupal 7 the key is 'comment', so the else and the if are no longer required.

Comments

rooby’s picture

Status: Active » Needs review
StatusFileSize
new1.12 KB

Patch to fix.

jdanthinne’s picture

Status: Needs review » Fixed

Thanks. Pushed to DEV.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.