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.