
| Title | Recommend module fails for non-OCF users |
|---|---|
| Description | An error is given. |
| Affects | non-OCF users, with invites disabled |
| Fix | Change line 145 of pages/modules/recommend.php from:Code
elseif (get_option('is_on_invites')=='0')
Code
elseif ((get_option('is_on_invites')=='0') && (get_forum_type()=='ocf'))
|
There have been no trackbacks yet
Edited