Merge branch 'MDL-44784-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Dan Poltawski 2014-04-08 12:12:01 +08:00
commit 822b055c61

View File

@ -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';
}
}