Changeset 3380 for tags

Show
Ignore:
Timestamp:
08/28/2008 12:45:11 PM (3 months ago)
Author:
Shadowhand
Message:

Merged r3364 into tags/2.2.1, thanks dadajunkie

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/2.2.1/system/libraries/drivers/Captcha.php

    r3237 r3380  
    118118                { 
    119119                        // Create the image using the right function for the filetype 
    120                         $function = 'imagecreatefrom'.$this->image_type($filename); 
     120                        $function = 'imagecreatefrom'.$this->image_type($background); 
    121121                        $this->background_image = $function($background); 
    122122