Commit be0bf86ef802fc741a20ed25febe559f8f74d1f2
1 parent
4d8cdb3d
Exists in
master
and in
25 other branches
add clone to make content expire works
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero/plugin.rb
... | ... | @@ -734,7 +734,7 @@ class Noosfero::Plugin |
734 | 734 | def content_actions |
735 | 735 | #FIXME 'new' and 'upload' only works for content_remove. It should work for |
736 | 736 | #content_expire too. |
737 | - %w[edit delete spread locale suggest home new upload undo] | |
737 | + %w[edit delete spread locale suggest home new upload undo clone] | |
738 | 738 | end |
739 | 739 | |
740 | 740 | end | ... | ... |