Line 428, inside apachesolr_nodeapi_mass_delete function
apachesolr_index_updated($time);
$time is undefined. I think you meant:
apachesolr_index_updated(time());
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | apachesolr.index_.inc_.patch | 396 bytes | quotesbro |
| #1 | 1173696-1.patch | 896 bytes | jpmckinney |
Comments
Comment #1
jpmckinney commentedIn fact, apachesolr_index_updated is undefined. It should be apachesolr_index_set_last_updated. Thanks. These functions were not being run in the last version and I had assumed they worked.
Comment #3
quotesbro commentedThis issue is still active for 6.x-1.x branch.
Comment #4
pwolanin commentedthanks!