Commit 153c9262d4cd63873b405f6ea7d85b5b5b59134b

Authored by Francisco Júnior
2 parents fab94568 dd173d49

Merge branch AI3133-email_article_to_community_members into stable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/noosfero/plugin.rb
... ... @@ -719,7 +719,7 @@ class Noosfero::Plugin
719 719 elsif method.to_s =~ /^content_expire_(#{content_actions.join('|')})$/
720 720 nil
721 721 elsif context.respond_to?(method)
722   - context.send(method)
  722 + context.send(method, *args)
723 723 else
724 724 super
725 725 end
... ...