Revert "PMC-1038 (pull request #7015)"

This reverts pull request #7015.

> PMC-1038
This commit is contained in:
Paula Quispe
2019-08-20 12:51:53 +00:00
parent 7c8143aa30
commit 85abd404a4
21 changed files with 55 additions and 58 deletions

View File

@@ -21,10 +21,9 @@ class XmlFormFieldToolBar extends XmlFormField
* @param string $lang
* @param string $home
* @param string $owner
*
* @return void
*/
public function __construct($xmlNode, $lang = 'en', $home = '', $owner = ' ')
public function XmlFormFieldToolBar($xmlNode, $lang = 'en', $home = '', $owner = ' ')
{
parent::__construct($xmlNode, $lang, $home, $owner);
$this->home = $home;