MDL-14342 fixed wrong quotes; merged from MOODLE_19_STABLE
This commit is contained in:
+1
-1
@@ -1756,7 +1756,7 @@ class PresetImporter {
|
||||
$selected=true;
|
||||
}
|
||||
else {
|
||||
echo '<option value="$cid">'.$currentfield->name.'</option>';
|
||||
echo '<option value="'.$cid.'">'.$currentfield->name.'</option>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user