PMC-1038
This commit is contained in:
@@ -21,9 +21,10 @@ class XmlFormFieldToolBar extends XmlFormField
|
||||
* @param string $lang
|
||||
* @param string $home
|
||||
* @param string $owner
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function XmlFormFieldToolBar($xmlNode, $lang = 'en', $home = '', $owner = ' ')
|
||||
public function __construct($xmlNode, $lang = 'en', $home = '', $owner = ' ')
|
||||
{
|
||||
parent::__construct($xmlNode, $lang, $home, $owner);
|
||||
$this->home = $home;
|
||||
|
||||
Reference in New Issue
Block a user