Skip to content
Snippets Groups Projects
Commit 7e2e7153 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #20795 by Steven: improved consistency of the code.

parent 70c097f2
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ function upload_nodeapi(&$node, $op, $arg) {
'type' => $file->filemime)));
}
}
break;
return array();
}
return $output;
......
......@@ -348,7 +348,7 @@ function upload_nodeapi(&$node, $op, $arg) {
'type' => $file->filemime)));
}
}
break;
return array();
}
return $output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment