Commit 153c9262d4cd63873b405f6ea7d85b5b5b59134b
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
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,7 +719,7 @@ class Noosfero::Plugin | ||
| 719 | elsif method.to_s =~ /^content_expire_(#{content_actions.join('|')})$/ | 719 | elsif method.to_s =~ /^content_expire_(#{content_actions.join('|')})$/ |
| 720 | nil | 720 | nil |
| 721 | elsif context.respond_to?(method) | 721 | elsif context.respond_to?(method) |
| 722 | - context.send(method) | 722 | + context.send(method, *args) |
| 723 | else | 723 | else |
| 724 | super | 724 | super |
| 725 | end | 725 | end |