From e7e60be88373cb5f7a71beff12bafce2635ec59b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 23 Jun 2013 13:05:05 +0200 Subject: c/file: remove unused variable Signed-off-by: Florian Pritz --- application/controllers/file.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application') 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( -- cgit v1.2.3-24-g4f1b