From e303923deada9a5cfedde25182574915aa254129 Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Wed, 6 Sep 2006 01:42:25 +0000 Subject: [PATCH] Standardize all Image constructors to match the case defined in the Image class --- include/screenshot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/screenshot.php b/include/screenshot.php index ee8ef84..f9e3e7e 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -7,7 +7,7 @@ require_once(BASE."include/util.php"); require_once(BASE."include/image.php"); // load the watermark -$watermark = new image("/images/watermark.png"); +$watermark = new Image("/images/watermark.png"); /** * Screenshot class for handling screenshots and thumbnails