summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorMichiel Vugteveen <michiel@it-can.nl>2012-06-11 09:29:16 +0200
committerMichiel Vugteveen <michiel@it-can.nl>2012-06-11 09:29:16 +0200
commit3a7fb04fec6d5a389b8ab40b32403c9db0c40389 (patch)
treee4ce36f81556359bbc8458db53b1ce6fb0c34d47 /system
parent37ec30c6d89448cd11c24788c01ff06326de128b (diff)
tab fixes
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Upload.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index e422edb6c..287e28106 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -353,16 +353,16 @@ class CI_Upload {
public function data($index = NULL)
{
$data = array(
- 'file_name' => $this->file_name,
- 'file_type' => $this->file_type,
- 'file_path' => $this->upload_path,
- 'full_path' => $this->upload_path.$this->file_name,
- 'raw_name' => str_replace($this->file_ext, '', $this->file_name),
- 'orig_name' => $this->orig_name,
+ 'file_name' => $this->file_name,
+ 'file_type' => $this->file_type,
+ 'file_path' => $this->upload_path,
+ 'full_path' => $this->upload_path.$this->file_name,
+ 'raw_name' => str_replace($this->file_ext, '', $this->file_name),
+ 'orig_name' => $this->orig_name,
'client_name' => $this->client_name,
- 'file_ext' => $this->file_ext,
- 'file_size' => $this->file_size,
- 'is_image' => $this->is_image(),
+ 'file_ext' => $this->file_ext,
+ 'file_size' => $this->file_size,
+ 'is_image' => $this->is_image(),
'image_width' => $this->image_width,
'image_height' => $this->image_height,
'image_type' => $this->image_type,