The plugin settings page has been fixed
This commit is contained in:
		@@ -25,6 +25,6 @@
 | 
				
			|||||||
defined("MOODLE_INTERNAL") || die();
 | 
					defined("MOODLE_INTERNAL") || die();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if ($hassiteconfig) {
 | 
					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));
 | 
					    $ADMIN->add("accounts", new admin_externalpage("tool_managertokens", new lang_string("pluginname", "tool_managertokens"), $managertokens));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user