doc/book/en/tutorials/base/customizing-the-application.rst
changeset 7827 9bbf83f68bcc
parent 6880 4be32427b2b9
child 8190 2a3c1b787688
--- a/doc/book/en/tutorials/base/customizing-the-application.rst	Thu Sep 22 09:56:20 2011 +0200
+++ b/doc/book/en/tutorials/base/customizing-the-application.rst	Thu Sep 22 16:12:23 2011 +0200
@@ -389,7 +389,7 @@
         """customized class for Community entities"""
         __regid__ = 'Community'
 
-        fetch_attrs, fetch_order = fetch_config(['name'])
+        fetch_attrs, cw_fetch_order = fetch_config(['name'])
 
         def dc_title(self):
             return self.name