X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plekit%2Fphp%2Fform.php;fp=plekit%2Fphp%2Fform.php;h=48881ff3c30ac136998d472566fbd6e76f88c3f4;hb=dfaae65a43465ebcda9f3c137ec07dbd4b307033;hp=b5aa2de91a7d1453d91ef5e35c6cc5db29b67f3b;hpb=af675b27bbd8843f838c814c4f799c46531ca663;p=plewww.git diff --git a/plekit/php/form.php b/plekit/php/form.php index b5aa2de..48881ff 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->PlekitForm($full_url,array(),$method); + $this->__construct($full_url,array(),$method); $this->button_id=$button_id; $this->button_text=$button_text; }