diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-06 19:30:04 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-06 19:30:04 +0100 |
commit | abd98ca5d86487008e61175ebfb384604f1a07c7 (patch) | |
tree | 4cb2f24c3faff75177531b797eedbcf619359d34 /user_guide/libraries | |
parent | 320f3dfd8f6ea948d08660b57b29ed9c0de8d712 (diff) |
removed a duplicate call to load the library
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/file_uploading.html | 2 |
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';
|