aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-12-01 14:10:24 +0300
committerValentin Popov <info@valentineus.link>2017-12-01 14:10:24 +0300
commit5156f36d470741f0164d03d31c750f2ca6d0c202 (patch)
tree5fad1406bdddd45e229d723d31d0307abca8d737
parent071f3738b8d4397ea29aabc42b7fa9bbdd1f9c75 (diff)
downloadtool_managertokens-5156f36d470741f0164d03d31c750f2ca6d0c202.tar.xz
tool_managertokens-5156f36d470741f0164d03d31c750f2ca6d0c202.zip
The plugin settings page has been fixed
-rw-r--r--settings.php6
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