Typo in inc/image.php.. ugh

This commit is contained in:
Daniel Saunders 2019-01-10 23:28:18 -05:00
parent 02ee552fd5
commit 0552e5b50d

View File

@ -11,7 +11,7 @@ defined('TINYBOARD') or exit;
* doesn't support the format in earlier versions
*/
if (!defined('IMAGETYPE_WEBP'))
defined('IMAGETYPE_WEBP', 18);
define('IMAGETYPE_WEBP', 18);
class Image {
public $src, $format, $image, $size;