public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Forgot one - .env['HTTP_HOST'] -> .host
fujin (author)
Sat Jul 05 03:59:50 -0700 2008
commit  5062b6b73a805a5eb36f3c6da9a5b50493d5541d
tree    969e49ea3b8e47843544835f20ea7c8b3c85064e
parent  b3fe397243a1f89dbf2db4e65f6ac25d432969f8
...
2
3
4
5
 
6
7
8
9
 
...
2
3
4
 
5
6
7
 
8
9
0
@@ -2,7 +2,7 @@ module Merb
0
   module GlobalHelpers
0
     def feed_url(format = "rss")
0
       feed_settings = FeedSetting.current
0
- (feed_settings.external_feed_url.nil? || feed_settings.external_feed_url.empty?) ? "http://#{request.env['HTTP_HOST']}/articles.#{format}" : feed_settings.external_feed_url
0
+ (feed_settings.external_feed_url.nil? || feed_settings.external_feed_url.empty?) ? "http://#{request.host}/articles.#{format}" : feed_settings.external_feed_url
0
     end
0
   end
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.