Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jan 2008 at 22:43 UTC
Updated:
29 Jan 2008 at 08:24 UTC
Little typo error on forum module that produces a notice.
| Comment | File | Size | Author |
|---|---|---|---|
| forum_variable_undefined_a.patch | 988 bytes | theborg |
Comments
Comment #1
dropcube commentedThe notice is reported in the Forums page.
notice: Use of undefined constant tid - assumed 'tid' in \modules\forum\forum.module on line 677.
tid is not quoted in $variables[tid].
The patch fixes this correctly, adding the required quotes, so it's RTBC.
Comment #2
dries commentedOnce again, good catch, theborg. Committed to CVS HEAD. Thanks.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.