Skip to content

Commit

Permalink
Fixed comment filter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Apr 17, 2010
1 parent 5d1e39b commit faad2c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/model_extension/file_instance_extension.rb
Expand Up @@ -139,6 +139,7 @@ def file_instance_search(column_name,html=nil) #:nodoc:
end

def content_filter_execute(column_name,rendered_column_name,content_filter={}) #:nodoc:
content_filter = content_filter.clone
html = self.send(column_name).to_s
if content_filter
content_filter.symbolize_keys!
Expand Down

0 comments on commit faad2c3

Please sign in to comment.