Standardize all Image constructors to match the case defined in the Image class

This commit is contained in:
EA Durbin
2006-09-06 01:42:25 +00:00
committed by WineHQ
parent 49c29264d9
commit e303923dea

View File

@@ -7,7 +7,7 @@ require_once(BASE."include/util.php");
require_once(BASE."include/image.php"); require_once(BASE."include/image.php");
// load the watermark // load the watermark
$watermark = new image("/images/watermark.png"); $watermark = new Image("/images/watermark.png");
/** /**
* Screenshot class for handling screenshots and thumbnails * Screenshot class for handling screenshots and thumbnails