From 6a8a60e7f2ebd0c4b78c669a6056453e91e83686 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 1 Jul 2008 16:24:41 +0000
Subject: [PATCH] - typo: it shall be context instead of line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22177 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_base/Base_initIntIndexAndReference.xml   | 3 +--
 bt5/erp5_base/bt/revision                                      | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_initIntIndexAndReference.xml b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_initIntIndexAndReference.xml
index eed4a4f21f..e502cd16b8 100644
--- a/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_initIntIndexAndReference.xml
+++ b/bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Base_initIntIndexAndReference.xml
@@ -73,7 +73,7 @@ portal_type = context.getPortalType()\n
 index = len(parent.contentValues(filter={"portal_type": portal_type}))\n
 reference = str(index)\n
 \n
-line.edit(\n
+context.edit(\n
   int_index = index,\n
   reference = reference\n
 )\n
@@ -135,7 +135,6 @@ line.edit(\n
                             <string>index</string>
                             <string>str</string>
                             <string>reference</string>
-                            <string>line</string>
                           </tuple>
                         </value>
                     </item>
diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision
index 4f36264f98..e24b797f8d 100644
--- a/bt5/erp5_base/bt/revision
+++ b/bt5/erp5_base/bt/revision
@@ -1 +1 @@
-360
\ No newline at end of file
+361
\ No newline at end of file
-- 
2.30.9