mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2011-12-29 07:43 pm

[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 [staff profile] mark.

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};
--------------------------------------------------------------------------------