From b5f211b14198afce3a4a60000f9ab3b8f14d0d6d Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 17 Jan 2010 15:42:56 +0000 Subject: doc updates, corrections and clarifications. --- user_guide/libraries/loader.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/loader.html') diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 19a10e4db..cefe8ef06 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -186,7 +186,7 @@ By default the data is sent to your browser, just like a View file, but if you s it will instead return the data as a string.

-

$this->load->lang('file_name')

+

$this->load->language('file_name')

This function is an alias of the language loading function: $this->lang->load()

$this->load->config('file_name')

-- cgit v1.2.3-24-g4f1b