Changeset 3364

Show
Ignore:
Timestamp:
08/26/2008 04:32:02 PM (3 months ago)
Author:
Geert
Message:

Fixed #795

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Captcha.php

    r3326 r3364  
    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