Author: hansbak
Date: Tue Nov 1 09:53:09 2011
New Revision: 1195901
URL:
http://svn.apache.org/viewvc?rev=1195901&view=revLog:
similar error as in OFBIZ-4538 but in different place and in the trunk
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy?rev=1195901&r1=1195900&r2=1195901&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/Product.groovy Tue Nov 1 09:53:09 2011
@@ -119,6 +119,7 @@ if (productId) {
keywords.add(categoryDescription);
}
}
+ }
context.metaKeywords = StringUtil.join(keywords, ", ");
}