Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jan 2012 at 15:34 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bleen commentedI think this should do it...
Comment #2
xjmLooks like the patch includes a test.
Comment #3
fago#1: 1401496.patch queued for re-testing.
Comment #4
fagoI gave the patch a test - it works, code looks good and comes with a test. -> RTBC
Comment #5
catchLooks good. Committed/pushed to 8.x, moving to 7.x for backport.
Comment #6
sunThe stdClass type-hinting was bogus here. No need to fix in D8, since #1361232: Make the taxonomy entities classed objects will touch it either way.
However, should be removed for the D7 backport.
Comment #7
bleen commentedsun ... just curious why I shouldn't have used type-hinting here?
Comment #8
albert volkman commentedD7 backport without type-hinting.
Comment #9
xjmThe backport looks correct. Thanks @Albert Volkman!
Comment #10
webchickCommitted and pushed to 7.x. Thanks!