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