<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -687,7 +687,7 @@ class Dispatcher extends Object {
 			if ($this-&gt;here == '/') {
 				$path = 'home';
 			}
-			$path = Inflector::slug($path);
+			$path = strtolower(Inflector::slug($path));
 
 			$filename = CACHE . 'views' . DS . $path . '.php';
 </diff>
      <filename>dispatcher.php</filename>
    </modified>
    <modified>
      <diff>@@ -1923,7 +1923,7 @@ class DispatcherTest extends CakeTestCase {
 		if ($here == '/') {
 			$path = 'home';
 		}
-		$path = Inflector::slug($path);
+		$path = strtolower(Inflector::slug($path));
 
 		$filename = CACHE . 'views' . DS . $path . '.php';
 </diff>
      <filename>tests/cases/dispatcher.test.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>67197ba1c60eef7b77ff4380f3ec92716bd4d383</id>
    </parent>
  </parents>
  <author>
    <name>TommyO</name>
    <email>TommyO@3807eeeb-6ff5-0310-8944-8be069107fe0</email>
  </author>
  <url>http://github.com/joelmoss/cakephp/commit/6536fad988fd9d432e7a63681911d2bdef28453a</url>
  <id>6536fad988fd9d432e7a63681911d2bdef28453a</id>
  <committed-date>2008-12-22T11:01:17-08:00</committed-date>
  <authored-date>2008-12-22T11:01:17-08:00</authored-date>
  <message>Fixed bug where filename did not match between cache engine and dispatcher in some cases.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x/cake@7950 3807eeeb-6ff5-0310-8944-8be069107fe0</message>
  <tree>ffa9cea0fd9c91637295241b65e288572b2816ad</tree>
  <committer>
    <name>TommyO</name>
    <email>TommyO@3807eeeb-6ff5-0310-8944-8be069107fe0</email>
  </committer>
</commit>
