diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-20 13:34:28 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-20 13:34:28 +0100 |
commit | 7184e31bf641e181045dcfa95128e5a06b916130 (patch) | |
tree | b436afe3e6991c4176fe8c604d08fe224f617790 /user_guide/libraries | |
parent | 5811bf1da422839d8dd6cfc7e6bac65649fceacd (diff) |
fixed a capitalize error
Diffstat (limited to 'user_guide/libraries')
-rw-r--r-- | user_guide/libraries/email.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index c38eafbf4..c8d1c6e8a 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -122,8 +122,8 @@ $this->email->initialize($config);</code> ><h3>Setting Email Preferences in a Config File</h3>
<p>If you prefer not to set preferences using the above method, you can instead put them into a config file.
-Simply create a new file called the <var>email.php</var>, add the <var>$config</var>
-array in that file. Then save the file at <var>config/email.php</var> and it will be used automatically. You
+Simply create a new file called the <var>Email.php</var>, add the <var>$config</var>
+array in that file. Then save the file at <var>config/Email.php</var> and it will be used automatically. You
will NOT need to use the <dfn>$this->email->initialize()</dfn> function if you save your preferences in a config file.</p>
|