Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2014 at 18:47 UTC
Updated:
29 Jul 2014 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kokobutter commentedComment #2
kokobutter commentedcould not recreate the problem. i did everything you mention and there were not error.
Comment #3
kokobutter commentedComment #4
star-szrI tested again on a different machine and I'm still seeing this. @kokobutter it's possible your PHP error reporting is set to not show notices.
Comment #5
andrei.dincu commentedI confirm this issue.
I also add a patch for it.
Only initialise $elements variable as array().
Waiting for you feedback.
Comment #6
andrei.dincu commentedComment #7
larowlanComment #8
rahulbile commentedTested issue and patch, and seems to be working fine.
Comment #9
rahulbile commentedComment #10
larowlanStill needs tests?
Comment #11
rahulbile commentedComment #12
larowlanNeeds automatic tests.
should be part of ForumBlockTest
Comment #13
larowlanJust needed to re-order existing test, RTBC if red/green
Comment #15
larowlanAlthough I added patch above, it was just reordering existing tests, so think I'm still allowed to rtbc.
Comment #16
star-szr+1
Comment #17
webchickLooks good!
Committed and pushed to 8.x. Thanks!