<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,8 +19,7 @@ define('DEFAULT_TEMPLATE',    'default');
 // Function for including entire directories of files
 function include_dir($path) {
   if(!is_dir($path)) {
-    echo &quot;Can not find required directory: $path&quot;;
-    exit;
+    trigger_error(&quot;Can not find required directory: $path&quot;, E_USER_ERROR);
   }
   $dir = dir($path);
   while(($file = $dir-&gt;read()) !== false) {</diff>
      <filename>phooey/system/boot.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c4679f1821ccb56fcc05723cce774e26650afbb1</id>
    </parent>
  </parents>
  <author>
    <name>Jason T Johnson</name>
    <email>design@postpostmodern.com</email>
  </author>
  <url>http://github.com/postpostmodern/phooey/commit/c7d81a5ba39444426cb25b84e9326dd88a10cc44</url>
  <id>c7d81a5ba39444426cb25b84e9326dd88a10cc44</id>
  <committed-date>2009-03-10T13:46:50-07:00</committed-date>
  <authored-date>2009-03-10T13:46:50-07:00</authored-date>
  <message>Changed include_dir to use trigger_error</message>
  <tree>883741175de0dd29b39682f1b622ad6b25e12169</tree>
  <committer>
    <name>Jason T Johnson</name>
    <email>design@postpostmodern.com</email>
  </committer>
</commit>
