Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
language system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jul 2010 at 08:57 UTC
Updated:
29 Jul 2014 at 18:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachThe attached patch should fix the issue and slighly improve readability:
The callbacks array is indexed by the callback function to avoid duplicates, so the actual values are unrelevant: by changing NULL to TRUE we should covey the idea that the callback is actually used also at a first glance.
Comment #2
plach#1: language-852524-1.patch queued for re-testing.
Comment #3
plachBugs are fixed in the development version first, backported then.
The patch still applies.
Comment #4
oriol_e9gIssue resurrected, D8 patch rolled.
Comment #5
plach@oriol_e9g:
Since you just rerolled it I think it's fine if you RTBC it, I definitely cannot :)
Comment #6
oriol_e9gOk. Only reroll, so...
Comment #7
dries commentedCommitted to 7.x and 8.x. Thanks.