Avoid GlobalTitleFail in HTMLFormField::__construct
authorKunal Mehta <legoktm@gmail.com>
Wed, 17 Dec 2014 22:19:06 +0000 (14:19 -0800)
committerKunal Mehta <legoktm@gmail.com>
Wed, 17 Dec 2014 22:20:14 +0000 (14:20 -0800)
commit4603f2802520d60f2b21deacd68682213fc5f650
tree51b9ea7a263b9206d78c181b23104cb6eeeb4b02
parent626aede99bf83733d1aeb4dfd636129494d2888e
Avoid GlobalTitleFail in HTMLFormField::__construct

Pass the HTMLForm parent instance in the constructor so context
is available when parsing a message.

Change-Id: I532c0d95698cbcc57294b9bd2725f33838f393a9
includes/Preferences.php
includes/htmlform/HTMLForm.php
includes/htmlform/HTMLFormField.php
includes/htmlform/HTMLFormFieldCloner.php