imath / wp-idea-stream

Share ideas, great ones will rise to the top!
GNU General Public License v2.0
27 stars 5 forks source link

User's profile rated ideas can list ideas the user hasn't rated. #35

Closed imath closed 8 years ago

imath commented 8 years ago

When saving a rate, the plugin is serializing an array containing the user ids for the corresponding rate inside a post meta. But their can be case when the index of the serialized array is the same than the user id. In this case, ideas the user hasn't rated will be displayed.

Using non numeric keys for the list of user ids seems to fix the issue. Problem is: an upgrade routine is needed... (Danger zone!)