disallow editing module type
This commit is contained in:
parent
85794418e2
commit
d771b36414
|
@ -653,7 +653,7 @@ sub process_xml_data ($$$$$) {
|
|||
# save the carriage return.
|
||||
$module_name =~ s/\r//g;
|
||||
$module_name =~ s/\n//g;
|
||||
|
||||
|
||||
# Unnamed module
|
||||
next if ($module_name eq '');
|
||||
|
||||
|
|
Loading…
Reference in New Issue