Closed (fixed)
Project:
FileField
Version:
6.x-3.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 May 2010 at 22:17 UTC
Updated:
21 May 2010 at 22:40 UTC
Jump to comment: Most recent file
I noticed a misspelled sentence in the file. Here is a patch:
--- field_file.inc.old Thu Apr 29 03:37:05 2010
+++ field_file.inc.new Sat May 08 00:15:37 2010
@@ -85,7 +85,7 @@
return 0;
}
if (!@chmod($file->filepath, 0664)) {
- watchdog('filefield', 'Could not set permissons on destination file: %file', array('%file' => $file->filepath));
+ watchdog('filefield', 'Could not set permissions on destination file: %file', array('%file' => $file->filepath));
}
// Let modules add additional properties to the yet barebone file object.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | filefield_permissions_typo.patch | 7.52 KB | quicksketch |
Comments
Comment #1
quicksketchThanks, I just did a find/replace and corrected the instances in the translations too. Committed attached patch.