summaryrefslogtreecommitdiff
path: root/kohana/helpers/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/helpers/upload.php')
-rw-r--r--kohana/helpers/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/helpers/upload.php b/kohana/helpers/upload.php
index 1bff9230..422e9e8d 100644
--- a/kohana/helpers/upload.php
+++ b/kohana/helpers/upload.php
@@ -3,7 +3,7 @@
* Upload helper class for working with the global $_FILES
* array and Validation library.
*
- * $Id$
+ * $Id: upload.php 3769 2008-12-15 00:48:56Z zombor $
*
* @package Core
* @author Kohana Team