Changeset 199 for trunk

Show
Ignore:
Timestamp:
09/15/05 11:50:31 (4 years ago)
Author:
anti
Message:

Fix from Brian Schuweiler, apparently using setSourceFilename() instead

of assigning directly to $src works better

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-functions.php

    r197 r199  
    7373                 
    7474                // set data 
    75                 $phpThumb->src = $source_file_name; 
     75                $phpThumb->setSourceFileName($source_file_name); 
    7676                $phpThumb->w = $thumb_config['size']; 
    7777                $phpThumb->q = $config['compression'];