From abd98ca5d86487008e61175ebfb384604f1a07c7 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 6 Feb 2007 18:30:04 +0000 Subject: removed a duplicate call to load the library --- user_guide/libraries/file_uploading.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'user_guide/libraries/file_uploading.html') 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'; -- cgit v1.2.3-24-g4f1b