commit | abd98ca5d86487008e61175ebfb384604f1a07c7 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Tue Feb 06 18:30:04 2007 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Tue Feb 06 18:30:04 2007 +0000 |
tree | 4cb2f24c3faff75177531b797eedbcf619359d34 | |
parent | 320f3dfd8f6ea948d08660b57b29ed9c0de8d712 [diff] |
removed a duplicate call to load the library
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index 69fa2df..71b330f 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html
@@ -163,8 +163,6 @@ function do_upload() { - $this->load->library('upload'); - $config['upload_path'] = './uploads/'; $config['allowed_types'] = 'gif|jpg|png'; $config['max_size'] = '100';