diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-08-10 05:33:40 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-08-10 05:33:40 +0200 |
commit | 91948fb49e1c6d28e5c06f4e8f8ec8906aa7bb50 (patch) | |
tree | bda48eb544308d8add5babed78a650bf0a2cbea4 /user_guide/changelog.html | |
parent | 34bc8f82221d7b2ea331728a1527658c36e39c89 (diff) |
typos again
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 0433e71e4..730bfa343 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -65,7 +65,7 @@ Change Log <h2>Version 1.5.5</h2>
<p>Release Date: -- still in development </p>
<ul>
- <li>Added Flashdata variables, session_id regeneration and configurable session update times to the <a href="./libraries/Session.php">Session class</a> </li>
+ <li>Added Flashdata variables, session_id regeneration and configurable session update times to the <a href="./libraries/sessions.html">Session class</a> </li>
<li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.</li>
<li>Added <dfn>$assign_to_controller</dfn> variable in the main <kbd>index.php</kbd> file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.</li>
<li>Reorganized the URI and Routes classes for better clarity.</li>
|