From 4a969bb208c1fc955d86b0b2c73b1af2689323fe Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 22 Dec 2007 19:56:04 +0000 Subject: typo --- user_guide/libraries/image_lib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

Initializing the Class

Like most other classes in CodeIgniter, the image class is initialized in your controller -using the $this->load_library function:

+using the $this->load->library function:

$this->load->library('image_lib');

Once the library is loaded it will be ready for use. The image library object you will use to call all functions is: $this->image_lib

-- cgit v1.2.3-24-g4f1b