<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -119,7 +119,7 @@ class Router {
 				$return['index'] = $index;
 				
 				
-				$parms = explode('/',$value);
+				$parms = explode('/',$index);
 				$parms = array_slice($parms,1,count($parms)-1);
 				
 				$finalValue = null;
@@ -139,6 +139,7 @@ class Router {
 			}
 		}
 		
+		
 		//Searching for file
 		if(file_exists(SYS_CONTROLLER_PATH . $this-&gt;uri[0] . '.' . SYS_CONTROLLER_EXT) === true) {
 			$return['index'] = $this-&gt;uri[0];</diff>
      <filename>app/libs/Tools/Util/Router.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6530c8e2fcfa40d34cbf25026f876ed505ed65f0</id>
    </parent>
  </parents>
  <author>
    <name>Klederson Bueno</name>
    <email>klederson@klederson.com</email>
  </author>
  <url>http://github.com/klederson/phpburn/commit/d9c55aa9b748a73139e0e8845bec88517ce9390f</url>
  <id>d9c55aa9b748a73139e0e8845bec88517ce9390f</id>
  <committed-date>2009-10-28T14:31:19-07:00</committed-date>
  <authored-date>2009-10-28T14:31:19-07:00</authored-date>
  <message>Now we can do the route as we wish</message>
  <tree>32368e834d67b89a1625c9ef2de4c655396e9ba5</tree>
  <committer>
    <name>Klederson Bueno</name>
    <email>klederson@klederson.com</email>
  </committer>
</commit>
