Ignore:
Timestamp:
Apr 17, 2013 12:55:40 PM (11 years ago)
Author:
potar
Message:

back to development: 1.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/browser/configletview.py

    r3510 r3650  
    174174            vfile = request.get("verification_file") 
    175175            vfilename, vftitle = cookId("", "", vfile) 
    176             portal.manage_addFile(id="", file=vfile, title=comment) 
     176            portal.manage_addFile( 
     177                id="", 
     178                file=vfile, 
     179                title=comment, 
     180                content_type='text/plain', 
     181            ) 
    177182            portal[vfilename].manage_addProperty( 
    178183                'CreatedBy', 'quintagroupt.plonegooglesitemaps', 'string') 
Note: See TracChangeset for help on using the changeset viewer.