HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

Skip navigation

Recommend module fails for non-OCF users

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')
to:

Code

      elseif ((get_option('is_on_invites')=='0') && (get_forum_type()=='ocf'))


Trackbacks

There have been no trackbacks yet


There have been no comments yet


Make comment
Your name: (join or login)
Subject:
Your message:



 

Edited