summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2011-04-20 19:25:17 +0200
committerGreg Aker <greg.aker@ellislab.com>2011-04-20 19:25:17 +0200
commitfc779cef54a5cefc3f0d7f404a408a935d717966 (patch)
treedb02e2b6583fdae2bb757930f67d951cbf919ccd
parent50671cf8d67c805692fec49eda33d21227a21ec2 (diff)
Fix #224 Error in primary index.php $routing instructions
-rw-r--r--index.php2
-rw-r--r--user_guide/changelog.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index a8d58b2d9..f4ac11a72 100644
--- a/index.php
+++ b/index.php
@@ -98,7 +98,7 @@ if (defined('ENVIRONMENT'))
// if your controller is not in a sub-folder within the "controllers" folder
// $routing['directory'] = '';
- // The controller class file name. Example: Mycontroller.php
+ // The controller class file name. Example: Mycontroller
// $routing['controller'] = '';
// The controller function you wish to be called.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7ff71d07a..7ad566733 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -69,6 +69,7 @@ Change Log
</ul>
<li>General Changes
<ul>
+ <li>Fixed a bug where there was a misspelling within a code comment in the index.php file.</li>
<li>Added Session Class userdata to the output profiler. Additionally, added a show/hide toggle on HTTP Headers, Session Data and Config Variables.</li>
<li>Removed internal usage of the <samp>EXT</samp> constant.</li>
<li>Visual updates to the welcome_message view file and default error templates. Thanks to <a href="https://bitbucket.org/danijelb">danijelb</a> for the pull request.</li>