diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-08-17 19:18:58 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-08-17 19:18:58 +0200 |
commit | 2cdc05ddff47603eacb44f7e0eb197b95c8da5de (patch) | |
tree | 799c2f19f6aacb6a33915e4bdfe16241c7ef6072 /user_guide | |
parent | 1f23711c468d2befdc1165d0082dc6c2d15e3258 (diff) |
example fix
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 2 | ||||
-rw-r--r-- | user_guide/general/core_classes.html | 2 |
2 files changed, 2 insertions, 2 deletions
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: </p> <h3>Bug fixes for 1.7.2</h3> <ul> - <li>Fixed assorted user guide typos or examples (#6743, #7214, #7516, #7287, #8224, #8324, #8349).</li> + <li>Fixed assorted user guide typos or examples (#6743, #7214, #7516, #7287, #7852, #8224, #8324, #8349).</li> <li>Fixed a bug in the Form Validation library where multiple callbacks weren't working (#6110)</li> <li>doctype helper default value was missing a "1".</li> <li>Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a slash through.</li> 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 {<br /><br /> <code> class MY_Input extends CI_Input {<br /> <br /> - function My_Input()<br /> + function MY_Input()<br /> {<br /> parent::CI_Input();<br /> }<br /> |