From: Thierry Parmentelat Date: Fri, 29 Apr 2022 09:05:28 +0000 (+0200) Subject: yet another __construct X-Git-Tag: plewww-5.3-0~20 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=dfaae65a43465ebcda9f3c137ec07dbd4b307033 yet another __construct --- 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; }