Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a9622cec
Commit
a9622cec
authored
May 27, 2012
by
Leigh B Stoller
Browse files
Remove temporary file.
parent
09bd33ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/editnodetype.php3
View file @
a9622cec
...
...
@@ -767,7 +767,7 @@ function SetNodeType($node_type, $args, &$errors) {
# Unlink this here, so that the file is left behind in case of error.
# We can then create the nodetype by hand from the xmlfile, if desired.
#
unlink($xmlname);
unlink
(
$xmlname
);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment