Commit acac4a70d2117f779b65f751ccf67746db898ca5
1 parent
61183271
Exists in
production-vendorized
removendo import_data dos plugins a habilitar
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/enable_participa_plugins
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ./script/noosfero-plugins enable comment_classification |
19 | 19 | ./script/noosfero-plugins enable community_hub |
20 | 20 | ./script/noosfero-plugins enable custom_forms |
21 | -./script/noosfero-plugins enable import_data | |
21 | +#./script/noosfero-plugins enable import_data | |
22 | 22 | ./script/noosfero-plugins enable pairwise |
23 | 23 | ./script/noosfero-plugins enable site_tour |
24 | 24 | ./script/noosfero-plugins enable vote | ... | ... |