Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Oct 2010 at 20:41 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
webchickAhem.
Comment #2
duellj commentedSimple fix. It was from the code that sets the #default_value if forum ID is in the URL. If forum ID is not present, #default_value needs to be '' instead of NULL.
Comment #3
duellj commentedSorry, here's a cleaner patch.
Comment #4
montesq commented#3: drupal.forum_select.932584.3.patch queued for re-testing.
Comment #5
montesq commentedI confirm the patch fixes the issue in my case
Comment #6
droplet commentedworked
Comment #7
webchickCommitted to HEAD. Thanks!