summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-06-23 13:05:05 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-06-23 13:05:05 +0200
commite7e60be88373cb5f7a71beff12bafce2635ec59b (patch)
tree4377a83fdae13066e7fb2588177f2c45fd7c481d /application/controllers/file.php
parent615557ffc362464c394bd03f856572cbedd65982 (diff)
c/file: remove unused variable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/controllers/file.php')
-rw-r--r--application/controllers/file.php1
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(