logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

tiran r2931 - Archetypes/branches/release-1_3-branch: msg#00291

Subject: tiran r2931 - Archetypes/branches/release-1_3-branch
Author: tiran
Date: Mon Aug 30 07:33:35 2004
New Revision: 2931

Modified:
   Archetypes/branches/release-1_3-branch/patches.py
Log:
Fixed typo in patch

Modified: Archetypes/branches/release-1_3-branch/patches.py
==============================================================================
--- Archetypes/branches/release-1_3-branch/patches.py   (original)
+++ Archetypes/branches/release-1_3-branch/patches.py   Mon Aug 30 07:33:35 2004
@@ -15,7 +15,7 @@
 CMFCatalogAware.manage_beforeDelete = manage_beforeDelete
 
 def _notifyOfCopyTo(self, container, op=0):
-    self._at_orig_notifyOfCopyTo(self, container, op=op)
+    self._at_orig_notifyOfCopyTo(container, op=op)
     # keep reference info internally when op == 1 (move)
     # because in those cases we need to keep refs
     if op==1: self._v_cp_refs = 1


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click


<Prev in Thread] Current Thread [Next in Thread>