From 8fe7b62f2d53adb61425028d7c21e396bd938e69 Mon Sep 17 00:00:00 2001 From: Kakysha Date: Sat, 19 Apr 2014 18:01:04 +0400 Subject: Doc fix for Encryption library --- user_guide_src/source/libraries/encryption.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src/source/libraries') diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst index 25bf7c12a..a4415f510 100644 --- a/user_guide_src/source/libraries/encryption.rst +++ b/user_guide_src/source/libraries/encryption.rst @@ -33,11 +33,11 @@ Like most other classes in CodeIgniter, the Encryption library is initialized in your controller using the ``$this->load->library()`` method:: - $this->load->library('encrypt'); + $this->load->library('encryption'); Once loaded, the Encryption library object will be available using:: - $this->encrypt + $this->encryption Default behavior ================ -- cgit v1.2.3-24-g4f1b