diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-06-23 13:05:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-06-23 13:05:05 +0200 |
commit | e7e60be88373cb5f7a71beff12bafce2635ec59b (patch) | |
tree | 4377a83fdae13066e7fb2588177f2c45fd7c481d /application | |
parent | 615557ffc362464c394bd03f856572cbedd65982 (diff) |
c/file: remove unused variable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/controllers/file.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php index 851afa9b7..b2ebac711 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -574,7 +574,6 @@ class File extends CI_Controller { // getNormalizedFILES() removes any file with error == 4 if ($file['error'] !== UPLOAD_ERR_OK) { $this->output->set_status_header(400); - $message = ""; // ERR_OK only for completeness, if above ignores it $errors = array( |