summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers/email_helper.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-04-01 18:06:08 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-04-01 18:06:08 +0200
commit140786fca98c381cac63beb84c4c2e233ff1090b (patch)
treeab9937581fc2bfafc101df492ce871cd95f0c881 /user_guide/helpers/email_helper.html
parentac7c81e3cd8891d7a8103c121911f7192b5027af (diff)
guide example fixes
Diffstat (limited to 'user_guide/helpers/email_helper.html')
-rw-r--r--user_guide/helpers/email_helper.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html
index 74923a52e..7acee1d81 100644
--- a/user_guide/helpers/email_helper.html
+++ b/user_guide/helpers/email_helper.html
@@ -72,7 +72,7 @@ Download Helper
<p>Checks if an email is a correctly formatted email. Note that is doesn't actually prove the email will recieve mail, simply that it is a validly formed address.</p>
<p>It returns TRUE/FALSE</p>
-<code> $this-&gt;load-&gt;helper(email);<br />
+<code> $this-&gt;load-&gt;helper('email');<br />
<br />
if (valid_email('email@somesite.com'))<br />
{<br />