Commit 90a86fd3 authored by Andreas Jung's avatar Andreas Jung

workaround for COllector #1081

parent 94b221b3
......@@ -15,7 +15,7 @@
Zope object encapsulating a Page Template.
"""
__version__='$Revision: 1.46 $'[11:-2]
__version__='$Revision: 1.47 $'[11:-2]
import os, AccessControl, Acquisition, sys
from types import StringType
......@@ -70,7 +70,7 @@ class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable,
+ SimpleItem.manage_options \
+ Cacheable.manage_options
_properties=({'id':'title', 'type': 'string', 'mode': 'w'},
_properties=({'id':'title', 'type': 'string', 'mode': 'wd'},
{'id':'content_type', 'type':'string', 'mode': 'w'},
{'id':'expand', 'type':'boolean', 'mode': 'w'},
)
......
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