fix bug within DefaultGroupProvider

Description

Renaming of the SQL statements was not successful within " Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database.". An 'f' is missing.

Fix line 38 in DefaultGroupProvider and change `"UPDATE oGroupProp SET groupName=? WHERE groupName=?";´ to `"UPDATE ofGroupProp SET groupName=? WHERE groupName=?";´

See also http://www.igniterealtime.org/community/message/184156#184156

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created December 5, 2008 at 4:35 AM
Updated December 7, 2008 at 2:33 AM
Resolved December 7, 2008 at 2:33 AM