_forum_get_vid(); on line 1774 doesn't exist in Drupal 6 and throws a white screen.

Comments

joewang’s picture

Status: Active » Needs review

og_forum_get_vid() does exist, however, for that purpose on 1774.

somebodysysop’s picture

Looks like this at line 1774-1775:

              $vid = _forum_get_vid(); 

needs to be changed to this:

              $vid = og_forum_get_vid(); // http://drupal.org/node/346717

Modified. Will be included in next release.

somebodysysop’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.