'fid_content_type' => array('fid, content_type'),
should be
'fid_content_type' => array('fid', 'content_type'),
See patch.
| Comment | File | Size | Author |
|---|---|---|---|
| flag.install-index.patch | 475 bytes | lyricnz |
'fid_content_type' => array('fid, content_type'),
should be
'fid_content_type' => array('fid', 'content_type'),
See patch.
| Comment | File | Size | Author |
|---|---|---|---|
| flag.install-index.patch | 475 bytes | lyricnz |
Comments
Comment #1
mooffie commentedThanks. Committed.
(The malformed syntax seems to have worked, so we don't need to provide an updrage path.)
I wonder how you came to notice this bug.
Comment #2
lyricnz commentedSchema module reported the table as being inconsistent with the schema definition.
Comment #3
quicksketchNice catch, thanks lyricnz!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.