X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Fphp%2Fform.php;h=6dc68c45354dc289f4b5809074d31611f73099d6;hb=2429639ad9fd8b4463e1e8818c6e201a5064c517;hp=48881ff3c30ac136998d472566fbd6e76f88c3f4;hpb=dfaae65a43465ebcda9f3c137ec07dbd4b307033;p=plewww.git diff --git a/plekit/php/form.php b/plekit/php/form.php index 48881ff..6dc68c4 100644 --- a/plekit/php/form.php +++ b/plekit/php/form.php @@ -161,7 +161,7 @@ class PlekitFormButton extends PlekitForm { var $button_text; function __construct ($full_url, $button_id, $button_text, $method="POST") { - $this->__construct($full_url,array(),$method); + parent::__construct($full_url,array(),$method); $this->button_id=$button_id; $this->button_text=$button_text; }