Commit 13eb5d95e9ec9b701e7b39152233ba26779effec
1 parent
08dc7883
Exists in
master
and in
8 other branches
Fix proposal source
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/proposals_discussion_plugin/proposal_task.rb
| @@ -301,7 +301,7 @@ class ProposalsDiscussionPlugin::ProposalTask < Task | @@ -301,7 +301,7 @@ class ProposalsDiscussionPlugin::ProposalTask < Task | ||
| 301 | end | 301 | end |
| 302 | 302 | ||
| 303 | def proposal_source | 303 | def proposal_source |
| 304 | - article[:name] | 304 | + article_parent.name |
| 305 | end | 305 | end |
| 306 | 306 | ||
| 307 | protected | 307 | protected |