<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -198,16 +198,16 @@ module AuthorizedSystem
       # as well as backward.
       def authorization_denied
         store_location
-        next_authorized_url? = self.next_authorized_url?(params)
-        if status = next_authorized_url?[:status]
-          if next_authorized_url?[:url]
-            render next_authorized_url?[:url].merge(:status =&gt; status)
+        next_url = self.next_authorized_url?(params)
+        if status = next_url[:status]
+          if next_url[:url]
+            render next_url[:url].merge(:status =&gt; status)
           else
             render :nothing =&gt; true, :status =&gt; status
           end
         else
-          if next_authorized_url?[:url]        
-            redirect_to(Symbol===next_authorized_url?[:url] ? eval(next_authorized_url?[:url].to_s) : next_authorized_url?[:url])
+          if next_url[:url]        
+            redirect_to(Symbol===next_url[:url] ? eval(next_url[:url].to_s) : next_url[:url])
           else
             access_denied
           end</diff>
      <filename>generators/authorized/templates/authorized_system.rb.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a1c993d29421d6ea200e494a1a38a28cd94bda35</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Barket</name>
    <email>jbarket@jonathan-barkets-macbook-pro.local</email>
  </author>
  <url>http://github.com/jbarket/restful-authorization/commit/5a29629e196faf13f7d3dc6ffd8a9b94e85bedf9</url>
  <id>5a29629e196faf13f7d3dc6ffd8a9b94e85bedf9</id>
  <committed-date>2008-04-29T12:59:06-07:00</committed-date>
  <authored-date>2008-04-29T12:59:06-07:00</authored-date>
  <message>Fixed ridiculous naming issue. Doh.</message>
  <tree>71e4e997699d1cb0725ef1a041b2ee9350731416</tree>
  <committer>
    <name>Jonathan Barket</name>
    <email>jbarket@jonathan-barkets-macbook-pro.local</email>
  </committer>
</commit>
