Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2017 at 06:34 UTC
Updated:
15 Feb 2017 at 08:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirComment #4
berdirCommitted.
Comment #5
cburschkaThis is targeting the 8.3.x branch, it seems - in the stable core version those two members don't exist yet...
Comment #7
berdirYep, reverted now.
Comment #8
cburschkaFor the 8.2.5, this is just a one-liner replacing the straight assignment with the parent call :)
(For now it doesn't change anything, but it makes the code future-proof for 8.3.x when it will let the parent use default values for the missing arguments.)
Comment #10
berdirThanks.