commit | a7056988f0f54975ae479c8ea0edf27f0dc9c880 | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Wed Nov 10 16:12:55 2010 -0500 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Wed Nov 10 16:12:55 2010 -0500 |
tree | fedd13d2cd4061728fd976f8e66119f6d94e0f3d | |
parent | 2814cd15b61fcc6f18b9bd204e1bd22e8db73b12 [diff] [blame] |
some doc fixes to show __construct instead of CI_Controller
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index ea0e2a2..00bc0c0 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html
@@ -146,9 +146,9 @@ class Upload extends CI_Controller { - function Upload() + function __construct() { - parent::CI_Controller(); + parent::__construct(); $this->load->helper(array('form', 'url')); }