Changeset 34711

Show
Ignore:
Timestamp:
03/24/06 17:36:15 (3 years ago)
Author:
ogrisel
Message:

#1550: "Problem adding image to flexible (and just Image in gallery)" missing variable definition when PIL was not installed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPSSchemas/trunk/BasicWidgets.py

    r34349 r34711  
    18811881                    "Failed to resize file %s keep original" \ 
    18821882                    % filename) 
     1883                outfile = file 
    18831884        image = Image(self.fields[0], filename, outfile) 
    18841885        return image 
  • CPSSchemas/trunk/CHANGES

    r34659 r34711  
    77Bug fixes: 
    88~~~~~~~~~~ 
    9 
     9- #1550: "Problem adding image to flexible (and just Image in gallery)" missing 
     10  variable definition when PIL was not installed 
    1011New internal features: 
    1112~~~~~~~~~~~~~~~~~~~~~~