Changeset 1889

Show
Ignore:
Timestamp:
01/31/2008 10:41:15 AM (11 months ago)
Author:
Shadowhand
Message:

Ok Dynom, you got me.... still waking up.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Image/ImageMagick.php

    r1885 r1889  
    176176        protected function properties() 
    177177        { 
    178                 return array_slice(getimagesize($this->cmd_image), 0, 2, FALSE); 
     178                return array_slice(getimagesize($this->tmp_image), 0, 2, FALSE); 
    179179        } 
    180180