mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-44784 atto: Show settings link on plugins list
This commit is contained in:
parent
ad32dda90c
commit
8e608fff83
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue