daris / fluxbb-quick-mod-tools

Allows moderators quickly moderate topics (edit/delete/close/stick etc).
http://fluxbb.org/resources/mods/quick-mod-tools/
0 stars 0 forks source link

Changing the subject does not update the search index #1

Closed Quy closed 13 years ago

Quy commented 13 years ago

Changing the subject updates the topics table, but not the search tables.

Quy commented 13 years ago

$message = $_POST['message']; update_search_index('edit', $topic_id, $message, $subject);

$message value should come from the query. $topic_id should be the post ID of the topic.

daris commented 13 years ago

Whoops, copy paste issue :) Thanks anyway :) You're a good beta tester :P (better than me). You're right, I should test it more before releasing :P