Commit b27f90df authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added a space.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16520 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8efb16e0
......@@ -244,7 +244,7 @@ class PreferenceTool(BaseTool):
# We must set the user_id as a parameter to make sure each
# user can get a different cache
def _getDocumentTemplateList(user_id,portal_type=None):
def _getDocumentTemplateList(user_id, portal_type=None):
acceptable_templates = []
for pref in self._getSortedPreferenceList() :
for doc in pref.contentValues() :
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment