I noticed this little bug in nodewords_basic_update_6109() namely that the UPDATE SQL commands use direct table names instead of enclosing them in braces. This was in the update from 6.x-1.11 to latest -dev as of writing.
This results a broken update on sites where $db_prefix is used.
Here's a little patch which solves the problem. Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 816426_nodewords_basic_6109.patch | 1.33 KB | melon |
Comments
Comment #1
melon commentedFile attachment dropped during preview, here is the patch again.
Comment #2
Anonymous (not verified) commentedThe code has been changed, and committed. Thanks for your report, and help.