diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-01 14:10:24 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-01 14:10:24 +0300 |
commit | 5156f36d470741f0164d03d31c750f2ca6d0c202 (patch) | |
tree | 5fad1406bdddd45e229d723d31d0307abca8d737 /settings.php | |
parent | 071f3738b8d4397ea29aabc42b7fa9bbdd1f9c75 (diff) | |
download | tool_managertokens-5156f36d470741f0164d03d31c750f2ca6d0c202.tar.xz tool_managertokens-5156f36d470741f0164d03d31c750f2ca6d0c202.zip |
The plugin settings page has been fixed
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings.php b/settings.php index 9ee3fa3..45d253d 100644 --- a/settings.php +++ b/settings.php @@ -17,14 +17,14 @@ /** * Adds settings links to admin tree. * - * @package tool_managertokens + * @package tool_managertokens * @copyright 2017 "Valentin Popov" <info@valentineus.link> - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined("MOODLE_INTERNAL") || die(); if ($hassiteconfig) { - $managertokens = new moodle_url("/admin/tool/managertokens/managertokens.php"); + $managertokens = new moodle_url("/admin/tool/managertokens/index.php"); $ADMIN->add("accounts", new admin_externalpage("tool_managertokens", new lang_string("pluginname", "tool_managertokens"), $managertokens)); }
\ No newline at end of file |