Topic: Notice: Undefined variable: cur_words

Hello
After i have translate the post.php file, when i add a reply to a topic i see this:

http://i33.tinypic.com/x60i91.jpg

EDIT: Renamed topic to make it findable //Anatoly.

Re: Notice: Undefined variable: cur_words

Extensions?

Carpe diem

Re: Notice: Undefined variable: cur_words

no one

Re: Notice: Undefined variable: cur_words

maybe problem with php 4?

Re: Notice: Undefined variable: cur_words

Looks like that is because of incorrect hotfix.
/me gone to work on the correct one.

Carpe diem

Re: Notice: Undefined variable: cur_words

Ah-ah... a sad story here: we've got two hooks named si_fn_update_search_index_qr_delete_matches there.
Second one should be a si_fn_update_search_index_qr_add_matches.
This error is present since 1.3 RC.

Fixed in [790].
I will try to adapt the hotfix so that it take this issue in account and release new one.

Thanks for report.

Carpe diem

Re: Notice: Undefined variable: cur_words

wink

Re: Notice: Undefined variable: cur_words

New hotfix released: hotfix_13rc2_si_qr_delete_matches.
It removes old hotfix_13rc2_update_search_index_qr_delete_matches on installation.

Carpe diem