Changeset 3370

Show
Ignore:
Timestamp:
08/27/2008 05:43:37 PM (3 months ago)
Author:
Shadowhand
Message:

Merged r3364 back into Captcha_Driver

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/classes/captcha/driver.php

    r3366 r3370  
    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