summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/user.php')
-rw-r--r--application/controllers/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/user.php b/application/controllers/user.php
index 2a73a1ef5..722996d93 100644
--- a/application/controllers/user.php
+++ b/application/controllers/user.php
@@ -13,7 +13,7 @@ class User extends CI_Controller {
$this->load->model("muser");
$this->data["title"] = "FileBin";
- $this->load->helper('form');
+ $this->load->helper(array('form', 'filebin'));
$this->var->view_dir = "user/";
$this->data['username'] = $this->muser->get_username();