Prevent Call to a member function msg() on a non-object
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 23 Aug 2012 07:11:21 +0000 (09:11 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 24 Aug 2012 09:47:25 +0000 (11:47 +0200)
commitb3458697700ea5fabbefd59757710c140cb31e74
treed4d5205d0c1c347e1ca57d5714525d70a57c60a4
parent52c61302a0586889e1899673f7b387fad2edd69e
Prevent Call to a member function msg() on a non-object

- Added HTMLFormField::msg() to check whether $this->mParent->msg()
  can be called and otherwise use wfMessage()
- Made Licenses::msg() inline to prevent conflict with HTMLFormField::msg()

Change-Id: I7fa95e1d61ac4128d1d4d5f091c39bcbc8ecc651
includes/HTMLForm.php
includes/Licenses.php