<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -195,7 +195,8 @@ class FckeditorController &lt; ActionController::Base
   # Returns the upload url folder with the current folder
   #
   def upload_directory_path
-    uploaded = request.relative_url_root.to_s + &quot;#{UPLOAD_FOLDER}/#{params[:Type]}&quot;
+    url_root = ActionController::Base.relative_url_root.to_s
+    uploaded = url_root + &quot;#{UPLOAD_FOLDER}/#{params[:Type]}&quot;
     &quot;#{uploaded}#{params[:CurrentFolder]}&quot;
   end
 </diff>
      <filename>app/controllers/fckeditor_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>721efae5aa494af0f12dd8814f754d4652e25c57</id>
    </parent>
  </parents>
  <author>
    <name>Gaston Ramos</name>
    <email>ramos.gaston@gmail.com</email>
  </author>
  <url>http://github.com/gramos/easy-fckeditor/commit/5ac612c624ecb6fe4d8b24e0cb87c800b1beb386</url>
  <id>5ac612c624ecb6fe4d8b24e0cb87c800b1beb386</id>
  <committed-date>2009-04-04T08:30:09-07:00</committed-date>
  <authored-date>2009-04-04T08:30:09-07:00</authored-date>
  <message>- Change request.relative_url_root.to_s (deprecated in rails 2.2)
- close ticket #2</message>
  <tree>e892d9bfab6689c886165f40659c1875cf14a47f</tree>
  <committer>
    <name>Gaston Ramos</name>
    <email>ramos.gaston@gmail.com</email>
  </committer>
</commit>
