summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/file_uploading.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-02-06 19:30:04 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-02-06 19:30:04 +0100
commitabd98ca5d86487008e61175ebfb384604f1a07c7 (patch)
tree4cb2f24c3faff75177531b797eedbcf619359d34 /user_guide/libraries/file_uploading.html
parent320f3dfd8f6ea948d08660b57b29ed9c0de8d712 (diff)
removed a duplicate call to load the library
Diffstat (limited to 'user_guide/libraries/file_uploading.html')
-rw-r--r--user_guide/libraries/file_uploading.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html
index 69fa2dfc2..71b330f19 100644
--- a/user_guide/libraries/file_uploading.html
+++ b/user_guide/libraries/file_uploading.html
@@ -163,8 +163,6 @@ class Upload extends Controller {
function do_upload()
{
- $this->load->library('upload');
-
$config['upload_path'] = './uploads/';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size'] = '100';