diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 08:31:03 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 08:31:03 +0100 |
commit | 563885b0a62bd4c4251f4df6a81f3e05493f5be1 (patch) | |
tree | 0c64d7fc10dd5992f8df709d04e1af560a57000b /user_guide/changelog.html | |
parent | 33d4b6aac7f33d6cddfa5fb39c5701ecc9cfa80b (diff) |
fixed an incorrectly labelled config key example
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 92765c4e7..a322d357a 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -94,7 +94,7 @@ SVN Revision: </p> <h3>Bug fixes for 1.7.3</h3> <ul> - <li>Fixed assorted user guide typos or examples.</li> + <li>Fixed assorted user guide typos or examples (#10693).</li> <li>Increased randomness with <kbd>is_really_writable()</kbd> to avoid file collisions when hundreds or thousands of requests occur at once.</li> <li>Fixed or clarified assorted user guide typos or examples.</li> <li>Made <kbd>get_mime_by_extension()</kbd> case insensitive.</li> |