Standardize all Image constructors to match the case defined in the Image class
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user