<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,6 +47,7 @@ function revcanonical_do_redirect()
   $id = substr($rq, 1, strlen($rq));
   if ($id != '' &amp;&amp; $pl = revcanonical_unshorten($id)) {
 	  header('Location: '.$pl, true, 301);
+	  exit(301);
   }
 }
 </diff>
      <filename>revcanonical.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e25b57254843f68f56cb25d7ab4421a8f995e40</id>
    </parent>
  </parents>
  <author>
    <name>tswicegood</name>
    <email>development@domain51.com</email>
  </author>
  <url>http://github.com/tswicegood/revcanonical/commit/afc57b2a2919f48b1623b6bd43ebfddd79878a57</url>
  <id>afc57b2a2919f48b1623b6bd43ebfddd79878a57</id>
  <committed-date>2009-05-28T15:37:22-07:00</committed-date>
  <authored-date>2009-05-28T15:37:22-07:00</authored-date>
  <message>Add a proper exit() call after the header()

Attempted to use this plugin without the exit() and WP continued to render without the browser getting the Location() header.  This forces the header() call to work as no additional response is returned to the browser.</message>
  <tree>88df7562a8a7e1ead0821b62944deea896455627</tree>
  <committer>
    <name>tswicegood</name>
    <email>development@domain51.com</email>
  </committer>
</commit>
