database MDL-24349 fixed a bug with database field presets. textareas werent being successfully set up.
This commit is contained in:
+1
-1
@@ -2108,7 +2108,7 @@ abstract class data_preset_importer {
|
||||
* @return bool
|
||||
*/
|
||||
function import($overwritesettings) {
|
||||
global $DB;
|
||||
global $DB, $CFG;
|
||||
|
||||
$params = $this->get_preset_settings();
|
||||
$settings = $params->settings;
|
||||
|
||||
Reference in New Issue
Block a user