# 2 means: tiling is not available is this photo (deliberated choice of the owner)
                # -1 means: no data tiles cannot be generated
                self.tiles_available = 0
-               super(Photo, self).__init__(id, title, file, content_type='', precondition='')
-
                self.auto_update_thumb = kw.get('auto_update_thumb', 1)
                self.thumb_height = kw.get('thumb_height', 180)
                self.thumb_width = kw.get('thumb_width', 180)
                self.prop_filter = kw.get('prop_filter', 'ANTIALIAS')
+               super(Photo, self).__init__(id, title, file, content_type='', precondition='')
 
                defaultBlankThumbnail = kw.get('defaultBlankThumbnail', None)
                if defaultBlankThumbnail :