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 -------------- settings.php | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) 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. * diff --git a/settings.php b/settings.php index 4da9dba..b8d844e 100644 --- a/settings.php +++ b/settings.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -/** @var \admin_root $ADMIN */ +/* @var \admin_root $ADMIN */ if ($hassiteconfig) { $ADMIN->add( -- cgit v1.2.3