mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-44784 atto: Show settings link on plugins list
This commit is contained in:
parent
ad32dda90c
commit
8e608fff83
@ -81,6 +81,6 @@ class atto extends base {
|
||||
* @return null|string the settings section name.
|
||||
*/
|
||||
public function get_settings_section_name() {
|
||||
return 'atto' . $this->name . 'settings';
|
||||
return 'atto_' . $this->name . '_settings';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user