gd_abstract_mismatch.patch

Samuel Vogel, 03/26/2009 05:28 pm

Download (513 Bytes)

 
GD.php 2009-03-26 19:20:49.000000000 +0100
30 30
                       throw new Kohana_Exception('image.gd.requires_v2');
31 31
       }
32 32

  
33
       public function process($image, $actions, $dir, $file, $render = FALSE)
33
       public function process($image, $actions, $dir, $file, $render = FALSE, $background = NULL)
34 34
       {
35 35
               // Set the "create" function
36 36
               switch ($image['type'])