aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-11-02 01:38:31 +0300
committerValentin Popov <info@valentineus.link>2018-11-02 01:38:31 +0300
commit9cb5bd07602fc080a86949e431f8d99036dd91d1 (patch)
tree15ec9579aece7e06c6e63621fad1865e42985580
parent2f04aeab6d7b899a661763e20fdd2e58e635b74d (diff)
downloadlocal_webhooks-9cb5bd07602fc080a86949e431f8d99036dd91d1.tar.xz
local_webhooks-9cb5bd07602fc080a86949e431f8d99036dd91d1.zip
Bug fixes
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--classes/service_form.php14
-rw-r--r--settings.php2
2 files changed, 1 insertions, 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
@@ -34,13 +34,6 @@ require_once($CFG->libdir . '/formslib.php');
*/
class service_edit_form extends moodleform {
/**
- * @param string $baseurl
- */
- public function __construct($baseurl) {
- parent::__construct($baseurl);
- }
-
- /**
* Defines the standard structure of the form.
*
* @throws \coding_exception
@@ -114,13 +107,6 @@ class service_edit_form extends moodleform {
*/
class service_backup_form extends moodleform {
/**
- * @param string $baseurl
- */
- public function __construct($baseurl) {
- parent::__construct($baseurl);
- }
-
- /**
* Defines the standard structure of the form.
*
* @throws \coding_exception
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(