[dw-free] Don't import the give_features property
[commit: http://hg.dwscoalition.org/dw-free/rev/684ceb031470]
Don't import the give_features property
Patch by
mark.
Files modified:
Don't import the give_features property
Patch by
Files modified:
- cgi-bin/DW/Worker/ContentImporter/Local/Entries.pm
--------------------------------------------------------------------------------
diff -r 2e17a24bde7f -r 684ceb031470 cgi-bin/DW/Worker/ContentImporter/Local/Entries.pm
--- a/cgi-bin/DW/Worker/ContentImporter/Local/Entries.pm Thu Dec 29 20:02:31 2011 +0800
+++ b/cgi-bin/DW/Worker/ContentImporter/Local/Entries.pm Thu Dec 29 19:47:25 2011 +0000
@@ -117,6 +117,7 @@
personifi_word_count => 1,
personifi_lang => 1,
personifi_tags => 1,
+ give_features => 1,
);
foreach my $prop ( keys %$props ) {
next if $bad_props{$prop};
--------------------------------------------------------------------------------
