From 2cdc05ddff47603eacb44f7e0eb197b95c8da5de Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Mon, 17 Aug 2009 17:18:58 +0000
Subject: example fix
---
user_guide/changelog.html | 2 +-
user_guide/general/core_classes.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 269131e8c..ddc1170f7 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -103,7 +103,7 @@ SVN Revision:
Bug fixes for 1.7.2
- - Fixed assorted user guide typos or examples (#6743, #7214, #7516, #7287, #8224, #8324, #8349).
+ - Fixed assorted user guide typos or examples (#6743, #7214, #7516, #7287, #7852, #8224, #8324, #8349).
- Fixed a bug in the Form Validation library where multiple callbacks weren't working (#6110)
- doctype helper default value was missing a "1".
- Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a slash through.
diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html
index 8a0ed2267..fde1f875a 100644
--- a/user_guide/general/core_classes.html
+++ b/user_guide/general/core_classes.html
@@ -130,7 +130,7 @@ class MY_Input extends CI_Input {
class MY_Input extends CI_Input {
- function My_Input()
+ function MY_Input()
{
parent::CI_Input();
}
--
cgit v1.2.3-24-g4f1b