From cb8b733a6c2333ff90d3af0fc37e8c21c73d9e7a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 11:22:03 +0200 Subject: Move is_cli_client() and random_id() to helper Signed-off-by: Florian Pritz --- application/controllers/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/controllers/user.php') 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(); -- cgit v1.2.3-24-g4f1b