From 9cb5bd07602fc080a86949e431f8d99036dd91d1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 2 Nov 2018 02:38:31 +0400 Subject: Bug fixes Signed-off-by: Valentin Popov --- classes/service_form.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'classes/service_form.php') diff --git a/classes/service_form.php b/classes/service_form.php index eef6e5c..aad08f2 100644 --- a/classes/service_form.php +++ b/classes/service_form.php @@ -33,13 +33,6 @@ require_once($CFG->libdir . '/formslib.php'); * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class service_edit_form extends moodleform { - /** - * @param string $baseurl - */ - public function __construct($baseurl) { - parent::__construct($baseurl); - } - /** * Defines the standard structure of the form. * @@ -113,13 +106,6 @@ class service_edit_form extends moodleform { * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class service_backup_form extends moodleform { - /** - * @param string $baseurl - */ - public function __construct($baseurl) { - parent::__construct($baseurl); - } - /** * Defines the standard structure of the form. * -- cgit v1.2.3