summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-12-22 20:56:04 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-12-22 20:56:04 +0100
commit4a969bb208c1fc955d86b0b2c73b1af2689323fe (patch)
treeaeb86b3cfe7aa0c59a62f983fb46e3b43e7d9aa2 /user_guide
parent4e387c30919569814e912f8136280fc1433a05f3 (diff)
typo
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/image_lib.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html
index 8dddcf0ab..83dc8b3c0 100644
--- a/user_guide/libraries/image_lib.html
+++ b/user_guide/libraries/image_lib.html
@@ -79,7 +79,7 @@ library you specify.</p>
<h2>Initializing the Class</h2>
<p>Like most other classes in CodeIgniter, the image class is initialized in your controller
-using the <dfn>$this->load_library</dfn> function:</p>
+using the <dfn>$this->load-&gt;library</dfn> function:</p>
<code>$this->load->library('image_lib');</code>
<p>Once the library is loaded it will be ready for use. The image library object you will use to call all functions is: <dfn>$this->image_lib</dfn></p>