Commit 00b71f40 authored by Amos Latteier's avatar Amos Latteier

Backed out checking for file's content type, which seems to cause problems,

at least right now.
parent 1959e19a
......@@ -99,7 +99,7 @@ class ZClassBasicSheet(OFS.PropertySheets.PropertySheet,
"""
if meta_type: self.setClassAttr('meta_type', meta_type)
if file and hasattr(file, 'content_type'):
if file:
__traceback_info__=file
image=self.getClassAttr('ziconImage', None)
if image is None:
......
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