[Erp5-report] r19209 - /erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Feb 9 20:52:03 CET 2008
Author: jp
Date: Sat Feb 9 20:52:03 2008
New Revision: 19209
URL: http://svn.erp5.org?rev=19209&view=rev
Log:
typo
Modified:
erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
Modified: erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/Document/OOoDocument.py?rev=19209&r1=19208&r2=19209&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/Document/OOoDocument.py (original)
+++ erp5/trunk/products/ERP5OOo/Document/OOoDocument.py Sat Feb 9 20:52:03 2008
@@ -482,7 +482,7 @@
if web_page.getValidationState() != 'embedded':
# Make sure embedded is set until cleaner solution if found
web_page.edit()
- web_page.activate().disoverMetadata() # Maybe we should use contribution tool instead
+ web_page.activate().discoverMetadata() # Maybe we should use contribution tool instead
# Should be embedded
else:
image_or_file = newContent(\
More information about the Erp5-report
mailing list