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.
CommentFileSizeAuthor
#1 filefield_permissions_typo.patch7.52 KBquicksketch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

Title: Misspelling in field_file.inc » Mispelling of the word "permissions" in field_file.inc
Status: Active » Fixed
FileSize
7.52 KB

Thanks, I just did a find/replace and corrected the instances in the translations too. Committed attached patch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.