Aesthetics in the code

This commit is contained in:
2017-11-18 06:31:25 +04:00
parent bf2cef3ea0
commit 97140dccf7
8 changed files with 43 additions and 38 deletions

View File

@ -26,7 +26,7 @@ defined("MOODLE_INTERNAL") || die();
if ($hassiteconfig) {
$ADMIN->add("server", new admin_externalpage("local_webhooks",
new lang_string("externalservices", "webservice"),
new lang_string("pluginname", "local_webhooks"),
new moodle_url("/local/webhooks/managerservice.php")
));
}