summaryrefslogtreecommitdiff
path: root/includes/file.inc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-01-05 05:32:23 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-01-05 05:32:23 +0000
commit365439ffdfd0482f174389552e1d1e2e67a060c3 (patch)
tree722ea674a698d957e657508c97b2ecba62d22cd4 /includes/file.inc
parent4026afab01aa4cc232884e680d1962ab5881df92 (diff)
downloadbrdo-365439ffdfd0482f174389552e1d1e2e67a060c3.tar.gz
brdo-365439ffdfd0482f174389552e1d1e2e67a060c3.tar.bz2
#107015: Code consistency, capitalization of class names.
Diffstat (limited to 'includes/file.inc')
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 0b58edb4b..702641312 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -220,7 +220,7 @@ function file_check_upload($source = 'upload') {
}
// Begin building file object.
- $file = new StdClass();
+ $file = new stdClass();
$file->filename = trim(basename($_FILES["files"]["name"][$source]), '.');
// Create temporary name/path for newly uploaded files.