Commit 068b7d66 authored by Romain Courteaud's avatar Romain Courteaud

Typo...

parent 49adc255
......@@ -52,8 +52,8 @@
<key> <string>_body</string> </key>
<value> <string>instance = state_change[\'object\']\n
partition = instance.getAggregateValue(portal_type="Computer Partition")\n
if computer_partition is not None:\n
computer_partition.activate(\n
if partition is not None:\n
partition.activate(\n
after_path_and_method_id=(instance.getPath(), (\'immediateReindexObject\', \'recursiveImmediateReindexObject\'))).reindexObject()\n
</string> </value>
</item>
......
758
\ No newline at end of file
759
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment