<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -207,7 +207,8 @@
 			global $page;
 
 			$config = Config::current();
-			if (ADMIN or JAVASCRIPT or AJAX or XML_RPC or !$config-&gt;clean_urls or !empty($this-&gt;action))
+
+			if (!empty($this-&gt;action))
 				return;
 
 			if (count($this-&gt;arg) == 1 and method_exists(MainController::current(), $this-&gt;arg[0]))
@@ -226,7 +227,7 @@
 		public function check_viewing_post($i_have_the_power = false) {
 			$config = Config::current();
 
-			if (ADMIN or JAVASCRIPT or AJAX or XML_RPC or !$config-&gt;clean_urls or !empty($this-&gt;action))
+			if (!empty($this-&gt;action))
 				return;
 
 			if (count($this-&gt;arg) == 1 and method_exists(MainController::current(), $this-&gt;arg[0]))</diff>
      <filename>includes/class/Route.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6511a9936cdfe0596873ee5ffd2b528f345ad919</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/078ceaa0a483027f55fd712cc8c715aa76c09e93</url>
  <id>078ceaa0a483027f55fd712cc8c715aa76c09e93</id>
  <committed-date>2008-09-04T18:46:39-07:00</committed-date>
  <authored-date>2008-09-04T18:46:39-07:00</authored-date>
  <message>Removed some other checks (follow-up to previous commit).</message>
  <tree>7f2c0e8c2bec027b6b309dad73cc27d68dff6193</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
