Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Image.inc.php

    r136 r334  
    5656        $src = $this->oSrc($id);
    5757        $filepath = preg_match('!://!', $src) ? $src : getenv('DOCUMENT_ROOT') . $src;
    58         // Use exif_imagetype to check not only file existance but that of a valid image.
     58        // Use exif_imagetype to check not only file existence but that of a valid image.
    5959        return false != @exif_imagetype($filepath);
    6060    }
Note: See TracChangeset for help on using the changeset viewer.