Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2008 at 19:01 UTC
Updated:
22 Aug 2010 at 15:50 UTC
There are two issues with the usage of drupal_set_title in the forum overview function. The first is that it's already set to "Forum" by forum_menu, the second is that it's not using the t() function.
Patch removed the drupal_set_title call from the function.
| Comment | File | Size | Author |
|---|---|---|---|
| forum_overview.patch | 626 bytes | beeradb |
Comments
Comment #1
pwolanin commentedActually 3rd issue is that drupal_set_title is being called in a form builder, which is not supposed to have such side-effects.
Comment #2
beeradb commentedJust a note, this is present in 6.x as well. As trivial as this patch is, it should get backported if committed.
Comment #3
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #4
casey commentedhttp://api.drupal.org/api/function/forum_overview/7
Comment #5
casey commentedComment #6
andypostD6 is not affected
Related issue #148145: "Forums" title is not localized