mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 17:10:20 +01:00
Merge branch 'MDL-44784-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
822b055c61
@ -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