[CMF-checkins]
SVN: CMF/branches/jens_tools_as_utilities/CMFDefault/DefaultWorkflow.py
- fixed typo
Yvo Schubbe
y.2007- at wcm-solutions.de
Wed Jan 24 06:09:51 EST 2007
Log message for revision 72207:
- fixed typo
Changed:
U CMF/branches/jens_tools_as_utilities/CMFDefault/DefaultWorkflow.py
-=-
Modified: CMF/branches/jens_tools_as_utilities/CMFDefault/DefaultWorkflow.py
===================================================================
--- CMF/branches/jens_tools_as_utilities/CMFDefault/DefaultWorkflow.py 2007-01-24 10:13:57 UTC (rev 72206)
+++ CMF/branches/jens_tools_as_utilities/CMFDefault/DefaultWorkflow.py 2007-01-24 11:09:49 UTC (rev 72207)
@@ -160,7 +160,7 @@
return None
actions = []
- catalog = query(ICatalogTool)
+ catalog = queryUtility(ICatalogTool)
if catalog is None:
return actions
More information about the CMF-checkins
mailing list