Formatting the code on the settings page

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-09-09 21:13:57 +04:00
parent 1701c9cf97
commit c18d7107b9
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -17,9 +17,9 @@
/**
* Settings of the plugin.
*
* @package local_webhooks
* @copyright 2017 "Valentin Popov" <info@valentineus.link>
* @copyright 2018 'Valentin Popov' <info@valentineus.link>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @package local_webhooks
*/
defined( "MOODLE_INTERNAL" ) || die();
@ -28,5 +28,6 @@ if ($hassiteconfig) {
$ADMIN->add( "server", new admin_externalpage( "local_webhooks",
new lang_string( "pluginname", "local_webhooks" ),
new moodle_url( "/local/webhooks/index.php" )
));
)
);
}