MDL-26277: Fixed whitespace post integration

This commit is contained in:
Sam Hemelryk
2012-06-06 09:13:58 +12:00
parent 042ae10e1d
commit 882ef2f226
+1 -1
View File
@@ -127,7 +127,7 @@ if ($formdata = $mform->get_data()) {
fclose($fp);
if (!$fp = fopen($filename, "r")) {
print_error('cannotopenfile');
print_error('cannotopenfile');
}
// --- get header (field names) ---