forked from science-ation/science-ation
Forgot a closedir()
This commit is contained in:
parent
f67b485d6d
commit
f06523ec74
@ -333,6 +333,7 @@ function config_editor($category, $year, $array_name, $self)
|
||||
$sel = ($cur == $f) ? 'selected=selected' : '';
|
||||
print("<option $sel value=\"$f\">{$t['name']}</option>");
|
||||
}
|
||||
closedir($d);
|
||||
|
||||
print("</select>");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user