Skip to content

Commit

Permalink
Fixed feed paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Apr 27, 2010
1 parent 832b183 commit a5b7a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/modules/feed/app/controllers/feed/page_feature.rb
Expand Up @@ -43,7 +43,7 @@ def generate_tag_name(key)
def local_expansion_tag(c,tag_name,key,local)
c.expansion_tag(tag_name) do |t|
obj = t.locals.send(local)
t.locals.send("#{key}=",obj[key])
t.locals.send("#{key}=",obj[key]) if obj
end
end

Expand Down

0 comments on commit a5b7a53

Please sign in to comment.