diff options
| author | Valentin Popov <info@valentineus.link> | 2018-11-02 01:38:31 +0300 |
|---|---|---|
| committer | Valentin Popov <info@valentineus.link> | 2018-11-02 01:38:31 +0300 |
| commit | 9cb5bd07602fc080a86949e431f8d99036dd91d1 (patch) | |
| tree | 15ec9579aece7e06c6e63621fad1865e42985580 /settings.php | |
| parent | 2f04aeab6d7b899a661763e20fdd2e58e635b74d (diff) | |
| download | local_webhooks-9cb5bd07602fc080a86949e431f8d99036dd91d1.tar.xz local_webhooks-9cb5bd07602fc080a86949e431f8d99036dd91d1.zip | |
Bug fixes
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'settings.php')
| -rw-r--r-- | settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
