diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-02-24 17:08:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-02-24 17:08:18 +0000 |
commit | 071ae7bf0d1b3cca108462bd0ad3e870dc3f2107 (patch) | |
tree | 04cbe6017783d44640ce0c6a98a2f0432e35a2a1 /includes | |
parent | d81310968a461ea5c244a1626b68b0cf28ad229b (diff) | |
download | brdo-071ae7bf0d1b3cca108462bd0ad3e870dc3f2107.tar.gz brdo-071ae7bf0d1b3cca108462bd0ad3e870dc3f2107.tar.bz2 |
- Patch #380400 by flobruit: fixed up the documentation.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc index 7ffefe1f9..8b6162379 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -1072,7 +1072,7 @@ function file_validate_name_length($file) { * @param $file * A Drupal file object. * @param $extensions - * A string with a space separated + * A string with a space separated list of allowed extensions. * @return * An array. If the file extension is not allowed, it will contain an error * message. |