summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-09-25 16:49:25 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-10-31 09:32:14 +0100
commit737a50bb2e63911490c78af630e50dfbfb6de25a (patch)
treed2d120262a7ea43991dd31eeb987a7303b877f09
parent33b9176fae5aff4554468abd372285cd74677734 (diff)
Remove call to undefined function File_default->client()
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/controllers/file/file_default.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/controllers/file/file_default.php b/application/controllers/file/file_default.php
index f8beb90b8..2b77866a0 100644
--- a/application/controllers/file/file_default.php
+++ b/application/controllers/file/file_default.php
@@ -599,9 +599,6 @@ class File_default extends MY_Controller {
$this->load->view('header', $this->data);
$this->load->view($this->var->view_dir.'/upload_form', $this->data);
- if (is_cli_client()) {
- $this->client();
- }
$this->load->view('footer', $this->data);
}