<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@
 
     $app = new Application();
 
-    // Define your url mappings. TAke advantage of placeholders and regexes for safety.
+    // Define your url mappings. Take advantage of placeholders and regexes for safety.
 
     $app-&gt;run();
 ?&gt;
\ No newline at end of file</diff>
      <filename>app.php</filename>
    </modified>
    <modified>
      <diff>@@ -217,7 +217,7 @@
             if (isset($this-&gt;filters[$methodName])) {
                 for ($i=0; $i &lt; count($this-&gt;filters[$methodName]); $i++) {
                     $return = call_user_func(array($this, $this-&gt;filters[$methodName][$i]));
-                    if ($return) {
+                    if (!is_null($return)) {
                         return $return;
                     }
                 }</diff>
      <filename>lib/fitzgerald.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9991d3308bba71455df43775eaa33ab956a82468</id>
    </parent>
  </parents>
  <author>
    <name>Jim Benton</name>
    <email>jim@autonomousmachine.com</email>
  </author>
  <url>http://github.com/jim/fitzgerald/commit/66f113ffdf09668810451c1980617da4d0118a71</url>
  <id>66f113ffdf09668810451c1980617da4d0118a71</id>
  <committed-date>2009-06-25T12:07:28-07:00</committed-date>
  <authored-date>2009-06-25T12:07:28-07:00</authored-date>
  <message>Fixed a bug where a before filter that returned a redirect would not halt the request</message>
  <tree>bd2fd04b6b0d5ab4b2c06d50ff805b16567676af</tree>
  <committer>
    <name>Jim Benton</name>
    <email>jim@autonomousmachine.com</email>
  </committer>
</commit>
