Closed (fixed)
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2010 at 15:35 UTC
Updated:
11 Oct 2010 at 11:10 UTC
Jump to comment: Most recent file
When viewing reports on activity, type for all nodes is set to 'Movie' instead of the actual content type.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 769070-correct_content_type_displayed-2.patch | 2.11 KB | james.williams |
| #1 | 769070-correct_content_type_displayed.patch | 2.11 KB | greg.harvey |
Comments
Comment #1
greg.harveyHere is a patch to correct this. Works for me! =)
Comment #2
stefan freudenberg commentedI confirm that it works. It should be reapplied against the current dev. Then only the change in the preprocess function is necessary.
Comment #3
james.williamsThe patch above sends an already-translated string through t(), so here's a patch that doesn't do that.
Comment #4
greg.harveyComment #5
jcisio commentedPatch #1 tested and committed in the 2.x branch. We use t() in abuse-report.tpl.php. And I don't understand #2 as there is no commit since #1.