commit | 1b90c27c46dde1b5cc79a295c5e36f402a144063 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 31 18:22:29 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 31 18:22:29 2006 +0000 |
tree | 979dc247e9c296afe189c491f44121c9dbd204b2 | |
parent | 3fc979dd87dbda346c0f8b7da78de15b6d84c64d [diff] [blame] |
diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index 726f8c9..5b4575b 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html
@@ -103,7 +103,7 @@ $config['width'] = 75;<br /> $config['height'] = 50;<br /> <br /> -$this->image_lib->initialize($config); +$this->load->library('image_lib', $config); <br /> <br /> $this->image_lib->resize();</code>