Typo in database table name in monitoring plugin

Line 93 of org.jivesoftware.openfire.archive.ConversationManager has a typo in the database table name: ‘ofConparticipant’ should be ‘ofConParticipant’.

Tables names in MySQL in Linux are case sensitive, so this prevents the query from running because the table cannot be found.

Do I need to file an issue for this? I read somewhere that issues should be reported on the forums and a developer will create an issue if appropriate.

OF-769 created.