[Erp5-report] r11766 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 19 16:38:22 CET 2006


Author: seb
Date: Tue Dec 19 16:38:20 2006
New Revision: 11766

URL: http://svn.erp5.org?rev=11766&view=rev
Log:
fixed a variable name

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_delete.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_delete.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_delete.xml?rev=11766&r1=11765&r2=11766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_delete.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_delete.xml Tue Dec 19 16:38:20 2006
@@ -89,7 +89,7 @@
   # Check if there is some related objets.\n
   result = 0\n
   for o in object.getIndexableChildValueList():\n
-    for related in object.portal_categories.getRelatedValueList(object):\n
+    for related in object.portal_categories.getRelatedValueList(o):\n
       if related.getRelativeUrl().startswith(object.getRelativeUrl()):\n
         continue\n
       elif related.getRelativeUrl().startswith(\'portal_simulation\') :\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=11766&r1=11765&r2=11766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Tue Dec 19 16:38:20 2006
@@ -1,1 +1,1 @@
-221
+223




More information about the Erp5-report mailing list